Spaces:
Sleeping
Sleeping
fifa19_streamlit
Browse files- packages.txt +2 -0
- requirements.txt +2 -2
- 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
|