turiya-ai commited on
Commit
ec88f90
·
verified ·
1 Parent(s): 4d588ce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -13
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
- Cython==0.29.13
2
- h5py==2.10.0
3
- joblib==1.2.0
4
- matplotlib==3.1.3
5
- numpy==1.18.1
6
- Pillow==8.3.2
7
- plyfile==0.7.2
8
- scipy==1.4.1
9
- tensorboardX==2.0
10
- torch==1.5.1
11
- tqdm==4.42.1
12
- trimesh==3.2.19
13
- scikit-learn==0.24.2
 
1
+ torch>=1.10.0
2
+ torchvision>=0.11.0
3
+ numpy>=1.19.5
4
+ scipy>=1.5.4
5
+ h5py>=3.1.0
6
+ tqdm>=4.62.0
7
+ matplotlib>=3.3.4
8
+ Pillow>=8.3.1
9
+ gradio>=4.0.0
10
+ requests>=2.26.0