Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python>=3.8
|
2 |
+
numpy>=1.21.0
|
3 |
+
scikit-learn>=0.24.0
|
4 |
+
matplotlib>=3.4.0
|
5 |
+
seaborn>=0.11.0
|
6 |
+
pandas>=1.3.0
|
7 |
+
joblib
|