Spaces:
Sleeping
Sleeping
Rajeev-86
commited on
Commit
·
7f41c1c
1
Parent(s):
cb713ee
remove the version specification of numpy in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
--index-url https://download.pytorch.org/whl/cu126
|
| 2 |
torch==2.8.0+cu126
|
| 3 |
torchvision==0.23.0+cu126
|
| 4 |
-
numpy
|
| 5 |
pillow==11.3.0
|
|
|
|
| 1 |
--index-url https://download.pytorch.org/whl/cu126
|
| 2 |
torch==2.8.0+cu126
|
| 3 |
torchvision==0.23.0+cu126
|
| 4 |
+
numpy
|
| 5 |
pillow==11.3.0
|