Spaces:
Sleeping
Sleeping
Commit
·
95e4db0
1
Parent(s):
2d8dc0d
Remove redundant runtime.txt file
Browse files- requirements.txt +2 -2
- runtime.txt +0 -1
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
tensorflow
|
2 |
streamlit==1.26.0
|
3 |
pandas
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
numpy
|
8 |
-
rich
|
|
|
1 |
+
# tensorflow==2.15.0
|
2 |
streamlit==1.26.0
|
3 |
pandas
|
4 |
scikit-learn
|
5 |
joblib
|
6 |
matplotlib
|
7 |
numpy
|
8 |
+
rich<14
|
runtime.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
python_version="3.10"
|
|
|
|