Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pandas
|
|
|
|
|
2 |
scikit-learn
|
3 |
-
pickle
|
4 |
streamlit
|
5 |
-
surprise
|
|
|
1 |
pandas
|
2 |
+
numpy==1.26.4
|
3 |
+
scikit-surprise
|
4 |
scikit-learn
|
|
|
5 |
streamlit
|
|