Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
huggingface_hub==0.22.2
|
3 |
+
plotly==5.17.0
|
4 |
+
networkx==3.1
|
5 |
+
matplotlib==3.8.0
|
6 |
+
numpy==1.25.2
|
7 |
+
pandas==2.1.1
|
8 |
+
dask[dataframe]==2023.4.0
|
9 |
+
python-dotenv==1.0.0
|