Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -13,9 +13,14 @@ pytest==9.0.2
|
|
| 13 |
openenv-core>=0.2.0
|
| 14 |
|
| 15 |
# ββ Round 2: Training pipeline ββββββββββββββββββββββββββββ
|
|
|
|
| 16 |
matplotlib>=3.7.0
|
| 17 |
requests>=2.31.0
|
| 18 |
datasets>=2.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# ββ Round 2: Training (GPU only β venue machine) ββββββββββ
|
| 21 |
# Install these ONLY on venue GPU machine:
|
|
|
|
| 13 |
openenv-core>=0.2.0
|
| 14 |
|
| 15 |
# ββ Round 2: Training pipeline ββββββββββββββββββββββββββββ
|
| 16 |
+
gradio==6.13.0
|
| 17 |
matplotlib>=3.7.0
|
| 18 |
requests>=2.31.0
|
| 19 |
datasets>=2.14.0
|
| 20 |
+
numpy>=1.26.0
|
| 21 |
+
Pillow>=10.0.0
|
| 22 |
+
|
| 23 |
+
aiofiles
|
| 24 |
|
| 25 |
# ββ Round 2: Training (GPU only β venue machine) ββββββββββ
|
| 26 |
# Install these ONLY on venue GPU machine:
|