Spaces:
Sleeping
Sleeping
Update Requirements.txt
Browse files- Requirements.txt +6 -7
Requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
neo4j=
|
| 3 |
-
groq=
|
| 4 |
-
pandas=
|
| 5 |
-
plotly=
|
| 6 |
-
pyvis=
|
| 7 |
-
streamlit-extras==0.4.3
|
|
|
|
| 1 |
+
streamlit>=1.35.0
|
| 2 |
+
neo4j>=5.20.0
|
| 3 |
+
groq>=0.9.0
|
| 4 |
+
pandas>=2.2.2
|
| 5 |
+
plotly>=5.22.0
|
| 6 |
+
pyvis>=0.3.2
|
|
|