Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==1.3.5
|
| 2 |
+
numpy==1.21.6
|
| 3 |
+
scikit-learn==1.0.2
|
| 4 |
+
matplotlib==3.5.3
|
| 5 |
+
seaborn==0.11.2
|
| 6 |
+
tensorflow==2.8.0
|