File tree Expand file tree Collapse file tree 2 files changed +9
-36
lines changed
Expand file tree Collapse file tree 2 files changed +9
-36
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ scipy==1.17.1
1616torch==2.11.0+cpu
1717torchvision==0.26.0+cpu
1818trimesh==4.11.5
19+ gdown==5.2.1
20+ h5py==3.15.1
21+ matplotlib==3.10.8
22+ plotly==6.7.0
23+ pycolmap==0.6.0
24+ tqdm==4.67.3
1925Flask==3.1.3
2026flask-socketio==5.6.1
2127eventlet==0.40.4
Original file line number Diff line number Diff line change 185185 </details>
186186
187187 ## Contributions welcome!
188- --- /tmp/hloc-latest/requirements.txt 2026-01-16 16:13:56.852282750 -0700
189- +++ requirements.txt 2026-01-16 16:16:08.541281242 -0700
190- @@ -1,13 +1,16 @@
191- + # SPDX-FileCopyrightText: (C) 2025 Intel Corporation
192- + # SPDX-License-Identifier: Apache-2.0
193- + # This file is licensed under Apache 2.0 License.
194- +
195- - torch>=1.1
196- - torchvision>=0.3
197- + torch==2.10.0+cpu
198- + torchvision==0.25.0+cpu
199- - numpy
200- - opencv-python
201- + numpy==2.2.6
202- + opencv-python-headless==4.12.0.88
203- - tqdm>=4.36.0
204- + tqdm==4.67.3
205- - matplotlib
206- - plotly
207- - scipy
208- - h5py
209- - pycolmap>=3.13.0
210- - kornia>=0.6.11
211- - gdown
212- + matplotlib==3.10.8
213- + plotly==6.6.0
214- + scipy==1.16.3
215- + h5py==3.15.1
216- + pycolmap==0.6.0
217- + kornia==0.8.2
218- + gdown==5.2.1
219- - lightglue @ git+https://github.com/cvg/LightGlue
220-
221188--- /tmp/hloc-latest/setup.py 2026-01-16 16:13:56.852282750 -0700
222189+++ setup.py 2026-01-16 16:16:08.541355631 -0700
223190@@ -1,3 +1,6 @@
227194 from pathlib import Path
228195 from setuptools import setup, find_packages
229196
230- @@ -5,11 +8,11 @@
197+ @@ -5,11 +8,10 @@
231198
232199 root = Path(__file__).parent
233200 with open(str(root / 'README.md'), 'r', encoding='utf-8') as f:
236203 with open(str(root / 'hloc/__init__.py'), 'r') as f:
237204- version = eval(f.read().split('__version__ = ')[1].split()[0])
238205+ version = eval(f.read().split('__version__ = ')[1].split()[0])
239- with open(str(root / 'requirements.txt'), 'r') as f:
206+ - with open(str(root / 'requirements.txt'), 'r') as f:
240207- dependencies = f.read().split('\n')
241- + dependencies = f.read().split('\n')
208+ + dependencies = []
242209
243210 setup(
244211 name='hloc',
You can’t perform that action at this time.
0 commit comments