baconnier commited on
Commit
39be612
·
verified ·
1 Parent(s): a47028d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # Utility packages
22
- python-json-logger==2.0.7
23
- typing-extensions>=4.5.0
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