Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
chess==1.10.0
|
| 2 |
+
einops==0.8.0
|
| 3 |
+
gdown==5.2.0
|
| 4 |
+
numpy==2.1.3
|
| 5 |
+
pandas==2.2.3
|
| 6 |
+
pyyaml==6.0.2
|
| 7 |
+
pyzstd==0.15.9
|
| 8 |
+
Requests==2.32.3
|
| 9 |
+
torch==2.4.0
|
| 10 |
+
tqdm==4.65.0
|