Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.27.0
|
2 |
+
pandas==1.5.3
|
3 |
+
plotly==5.17.0
|
4 |
+
scikit-learn==1.3.1
|
5 |
+
numpy==1.23.5
|