Skip to content

Commit

Permalink
del: env
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Jul 7, 2024
1 parent dceccb6 commit 7245133
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 50 deletions.
37 changes: 0 additions & 37 deletions env-docker.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include = ["hloc*", "common",]
common = ["*.yaml"]

[tool.setuptools.dynamic]
dependencies = {file = ["env-docker.txt"]}
dependencies = {file = ["requirements.txt"]}

[tool.black]
line-length = 80
Expand Down
39 changes: 27 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
numpy==1.23.5
tqdm==4.65.0
e2cnn==0.2.3
einops==0.6.1
gdown==4.7.1
gradio==4.28.3
gradio_client==0.16.0
h5py==3.9.0
imageio==2.31.1
Jinja2==3.1.2
kornia==0.6.12
loguru==0.7.0
matplotlib==3.7.1
numpy==1.23.5
omegaconf==2.3.0
opencv-contrib-python==4.6.0.66
opencv-python==4.6.0.66
pandas==2.0.3
plotly==5.15.0
scipy==1.11.1
scikit_learn==1.2.2
scikit-image==0.21.0
h5py==3.9.0
protobuf==4.23.2
pycolmap==0.5.0
gdown==4.7.1
seaborn==0.12.2
pytlsd==0.0.2
tensorboardX==2.6.1
pytorch-lightning==1.4.9
PyYAML==6.0
scikit-image==0.21.0
scikit-learn==1.2.2
scipy==1.11.1
seaborn==0.12.2
shapely==2.0.1
tensorboardX==2.6.1
torchmetrics==0.6.0
torchvision==0.17.1
tqdm==4.65.0
yacs==0.1.8
loguru==0.7.0
e2cnn==0.2.3
onnxruntime
poselib
roma
roma #dust3r
huggingface_hub
psutil

0 comments on commit 7245133

Please sign in to comment.