Spaces:
Sleeping
Sleeping
Rename Requirements.txt to requirements.txt
Browse files- Requirements.txt +0 -6
- requirements.txt +5 -0
Requirements.txt
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
neo4j==6.1.0
|
| 2 |
+
groq==1.1.1
|
| 3 |
+
pyvis==0.3.2
|
| 4 |
+
plotly==6.6.0
|
| 5 |
+
pandas==3.0.1
|