AbdullahImran commited on
Commit
95e4db0
·
1 Parent(s): 2d8dc0d

Remove redundant runtime.txt file

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. runtime.txt +0 -1
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- tensorflow-cpu
2
  streamlit==1.26.0
3
  pandas
4
  scikit-learn
5
  joblib
6
  matplotlib
7
  numpy
8
- rich==13.7.1
 
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"