Spaces:
Sleeping
Sleeping
Apurv commited on
Commit ·
a594539
1
Parent(s): f4007ee
Fix build error: simplify requirements and pin numpy
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas
|
| 3 |
-
numpy
|
| 4 |
scikit-learn
|
| 5 |
torch
|
| 6 |
transformers
|
| 7 |
sentence-transformers
|
| 8 |
-
# Optional: flask, gunicorn, flask-cors are not strictly needed for Gradio Spaces
|
|
|
|
|
|
|
| 1 |
pandas
|
| 2 |
+
numpy<2.0
|
| 3 |
scikit-learn
|
| 4 |
torch
|
| 5 |
transformers
|
| 6 |
sentence-transformers
|
|
|