Spaces:
Sleeping
Sleeping
Commit
·
5576428
1
Parent(s):
eee716c
Add numpy dependency to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ gdown==5.2.0
|
|
| 3 |
gymnasium==0.29.1
|
| 4 |
Pillow==11.1.0
|
| 5 |
scikit-learn==1.6.0
|
|
|
|
| 6 |
tensordict==0.6.1
|
| 7 |
torch==2.5.1
|
| 8 |
torchvision==0.20.1
|
|
|
|
| 3 |
gymnasium==0.29.1
|
| 4 |
Pillow==11.1.0
|
| 5 |
scikit-learn==1.6.0
|
| 6 |
+
numpy==1.26.4
|
| 7 |
tensordict==0.6.1
|
| 8 |
torch==2.5.1
|
| 9 |
torchvision==0.20.1
|