Spaces:
Sleeping
Sleeping
Commit ·
b09b3fc
1
Parent(s): e7dffa4
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.22.4
|
| 2 |
+
pandas==1.5.3
|
| 3 |
+
glob2==0.7
|
| 4 |
+
matplotlib==3.7.1
|
| 5 |
+
tensorflow==2.12.0
|
| 6 |
+
sklearn-pandas==2.2.0
|
| 7 |
+
pickleshare==0.7.5
|
| 8 |
+
|