Browse Source

Merge pull request #2 from LAMDA-NJU/dev_add_requirement_file

add requirements.txt for speeding up docker build
tags/v0.3.2
zouxiaochuan GitHub 2 years ago
parent
commit
8b9c2c81ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      requirements.txt

+ 18
- 0
requirements.txt View File

@@ -0,0 +1,18 @@
cvxopt==1.3.1
faiss==1.5.3
faiss_cpu==1.7.4
fire==0.5.0
joblib==1.1.0
lightgbm==3.3.5
matplotlib==3.5.1
numpy==1.21.5
pandas==1.4.2
psutil==5.8.0
PyYAML==6.0
requests==2.27.1
scikit_learn==1.2.2
scipy==1.7.3
setuptools==61.2.0
torch==2.0.1
torchvision==0.15.2
tqdm==4.64.0

Loading…
Cancel
Save