diff --git a/env-docker.txt b/env-docker.txt deleted file mode 100644 index ad5e055..0000000 --- a/env-docker.txt +++ /dev/null @@ -1,37 +0,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 -protobuf==4.23.2 -pycolmap==0.5.0 -pytlsd==0.0.2 -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 -onnxruntime -poselib -roma #dust3r -huggingface_hub -psutil \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 369ff25..4e77a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements.txt b/requirements.txt index af9473a..ad5e055 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file