Spaces:
Sleeping
Sleeping
Commit
·
aa839d3
1
Parent(s):
bc38547
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.24.2
|
4 |
+
Pillow==9.4.0
|
5 |
+
scipy==1.10.1
|
6 |
+
tensorboard==2.12.2
|
7 |
+
torchvision==0.15.1
|
8 |
+
tqdm==4.64.1
|
9 |
+
wilds==2.0.0
|
10 |
+
matplotlib==3.7.1
|