dcrey7 commited on
Commit
2be5c6f
·
1 Parent(s): 48fbeda

fifa19_streamlit

Browse files
Files changed (3) hide show
  1. packages.txt +2 -0
  2. requirements.txt +2 -2
  3. runtime.txt +1 -0
packages.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ python3-dev
2
+ build-essential
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit
2
- numpy
3
  pandas==1.5.3
4
- scikit-learn
5
  pickle5
 
1
  streamlit
2
+ numpy==1.23.5
3
  pandas==1.5.3
4
+ scikit-learn==1.2.2
5
  pickle5
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.9.16