Skip to content

Commit d221b17

Browse files
authored
Use pyceres==2.6 from pypi instead of the custom one. (#16)
1 parent b9f53a3 commit d221b17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# commit hash: 33c134e633ddc8193f4b547d905bf1df5799df63
2-
--find-links https://cvg-data.inf.ethz.ch/lamaria/packages/pyceres/
3-
41
# https://github.com/colmap/colmap/pull/2625
52
# commit hash: 2633d1c4c3d4ae0f17a462faa3e334d9345a9c2b
63
--find-links https://cvg-data.inf.ethz.ch/lamaria/packages/pycolmap/
@@ -12,7 +9,7 @@ bagpy==0.5
129
cv-bridge
1310
scipy
1411
ruff==0.12.7
15-
pyceres==2.6 ; python_version >= "3.9" and python_version < "3.15"
12+
pyceres==2.6
1613
pycolmap==3.13.0.dev0 ; python_version >= "3.9" and python_version < "3.15"
1714

1815
-e git+https://github.com/cvg/Hierarchical-Localization.git@1252817#egg=hloc

0 commit comments

Comments
 (0)