Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -25
requirements.txt
CHANGED
@@ -1,27 +1,7 @@
|
|
1 |
-
# API Client
|
2 |
-
openai==1.12.0
|
3 |
-
|
4 |
-
# Core dependencies
|
5 |
-
instructor==0.4.8
|
6 |
-
pydantic>=2.0.0
|
7 |
-
python-dotenv==1.0.0
|
8 |
-
|
9 |
-
# Web interface
|
10 |
gradio==4.19.2
|
11 |
-
dash==2.14.1
|
12 |
-
dash-cytoscape==0.3.0
|
13 |
-
flask==2.0.1
|
14 |
-
werkzeug==2.0.3 # Added to ensure compatibility with Flask
|
15 |
-
|
16 |
-
# Visualization
|
17 |
-
networkx==3.2.1
|
18 |
-
matplotlib==3.8.2
|
19 |
plotly==5.18.0
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
# Optional - for development
|
26 |
-
pytest==7.4.3
|
27 |
-
black==23.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.19.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
plotly==5.18.0
|
3 |
+
networkx==3.2.1
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
openai==1.12.0
|
6 |
+
instructor==0.4.8
|
7 |
+
pydantic>=2.0.0
|
|
|
|
|
|