Spaces:
Sleeping
Sleeping
Commit
·
d3186a6
1
Parent(s):
6cb89fb
Fix: pin TensorFlow and numpy versions for compatibility
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
tensorflow==2.
|
2 |
streamlit==1.26.0
|
3 |
pandas
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
-
numpy
|
8 |
-
rich
|
9 |
plotly>=5.0
|
|
|
1 |
+
tensorflow==2.14.0
|
2 |
streamlit==1.26.0
|
3 |
pandas
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
+
numpy>=1.21,<1.25
|
8 |
+
rich==14.0.0
|
9 |
plotly>=5.0
|