Skip to content

Commit

Permalink
Bump pycolmap version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 25, 2024
1 parent 4c3ff26 commit 37ee966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hloc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except ImportError:
logger.warning("pycolmap is not installed, some features may not work.")
else:
min_version = version.parse("0.5.0")
min_version = version.parse("0.6.0")
found_version = pycolmap.__version__
if found_version != "dev":
version = version.parse(found_version)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matplotlib
plotly
scipy
h5py
pycolmap>=0.5.0
pycolmap>=0.6.0
kornia>=0.6.11
gdown
lightglue @ git+https://github.com/cvg/LightGlue

0 comments on commit 37ee966

Please sign in to comment.