Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
joblib
|
| 3 |
-
scikit-surprise
|
| 4 |
-
pandas
|
| 5 |
-
numpy
|
|
|
|
| 1 |
+
gradio==4.0.0
|
| 2 |
+
joblib==1.5.2
|
| 3 |
+
scikit-surprise==1.1.4
|
| 4 |
+
pandas==2.2.2
|
| 5 |
+
numpy<2.0
|