Spaces:
Runtime error
Runtime error
Commit
·
9f9ebfa
1
Parent(s):
55001b0
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
pip==23.2.1
|
|
|
2 |
pandas==2.1.1
|
3 |
-
numpy==1.
|
4 |
scikit-learn==1.1
|
5 |
Flask==3.0.0
|
|
|
1 |
pip==23.2.1
|
2 |
+
python==3.10
|
3 |
pandas==2.1.1
|
4 |
+
numpy==1.22.4
|
5 |
scikit-learn==1.1
|
6 |
Flask==3.0.0
|