Spaces:
Runtime error
Runtime error
create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy>=1.21.0
|
| 2 |
+
pandas>=1.3.0
|
| 3 |
+
matplotlib>=3.4.0
|
| 4 |
+
scipy>=1.7.0
|
| 5 |
+
streamlit>=1.20.0
|