Spaces:
Sleeping
Sleeping
Create requirements .txt
Browse files- requirements .txt +4 -0
requirements .txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.10.0
|
| 2 |
+
numpy==1.22.3
|
| 3 |
+
pandas==1.4.1
|
| 4 |
+
matplotlib==3.5.1
|