Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorat committed Feb 29, 2024
1 parent ba40687 commit 18d8e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read_doc(filepath):
setuptools.setup(
# description
name='kapture',
version="1.1.8",
version="1.1.9",
author="naverlabs",
author_email="[email protected]",
description="kapture: file format for SfM",
Expand All @@ -59,14 +59,14 @@ def read_doc(filepath):
],

# dependencies
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
'dataclasses>=0.3;python_version<\'3.7\'',
'numpy>=1.16',
'numpy-quaternion>=2019.3.18.14.33.20',
'numba>=0.42',
'matplotlib>=3.0',
'scipy>=1.4',
'scipy>=1.12',
'tqdm>=4.30',
'Pillow>=8.1.1',
'piexif==1.1.3',
Expand Down

0 comments on commit 18d8e12

Please sign in to comment.