Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
a55f026
1
Parent(s):
d3ca231
Update requirements.txt
Browse files- requirements.txt +13 -8
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python >= 3.8
|
2 |
+
pip
|
3 |
+
numpy>=1.20
|
4 |
+
click>=8.0
|
5 |
+
pillow=8.3.1
|
6 |
+
scipy=1.7.1
|
7 |
+
pytorch=1.9.1
|
8 |
+
cudatoolkit=11.1
|
9 |
+
requests=2.26.0
|
10 |
+
tqdm=4.62.2
|
11 |
+
ninja=1.10.2
|
12 |
+
matplotlib=3.4.2
|
13 |
+
imageio=2.9.0
|