Spaces:
Sleeping
Sleeping
Clement Vachet
commited on
Commit
·
c02e093
1
Parent(s):
3d24ae9
Add requirements file
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scikit-learn==1.6.0
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
numpy==2.2.0
|
| 4 |
+
# streamlit==1.41.0
|
| 5 |
+
# pyarrow==16.0.0
|
| 6 |
+
pytest==8.3.4
|
| 7 |
+
joblib==1.4.2
|