Skip to content

Commit

Permalink
del: pre-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Jul 7, 2024
1 parent 00535b6 commit ff75143
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ gradio_cached_examples
hloc/matchers/quadtree.py
third_party/QuadTreeAttention
desktop.ini
*.egg-info
*.egg-info
output.pkl
6 changes: 3 additions & 3 deletions env-docker.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
e2cnn==0.2.3
einops==0.6.1
gdown==4.7.1
gradio==3.41.2
gradio_client==0.5.0
gradio==4.28.3
gradio_client==0.16.0
h5py==3.9.0
imageio==2.31.1
Jinja2==3.1.2
Expand Down Expand Up @@ -32,6 +32,6 @@ tqdm==4.65.0
yacs==0.1.8
onnxruntime
poselib
roma
roma #dust3r
huggingface_hub
psutil
4 changes: 2 additions & 2 deletions format.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python -m flake8 common/*.py hloc/*.py hloc/matchers/*.py hloc/extractors/*.py
python -m isort common/*.py hloc/*.py hloc/matchers/*.py hloc/extractors/*.py --check-only --diff
python -m black common/*.py hloc/*.py hloc/matchers/*.py hloc/extractors/*.py --check --diff
python -m isort common/*.py hloc/*.py hloc/matchers/*.py hloc/extractors/*.py
python -m black common/*.py hloc/*.py hloc/matchers/*.py hloc/extractors/*.py
10 changes: 0 additions & 10 deletions pre-requirements.txt

This file was deleted.

0 comments on commit ff75143

Please sign in to comment.