Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -8,6 +8,15 @@ python-dotenv==1.0.0
|
|
8 |
|
9 |
# Web interface
|
10 |
gradio==4.19.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# Utility packages
|
13 |
python-json-logger==2.0.7
|
@@ -15,12 +24,4 @@ typing-extensions>=4.5.0
|
|
15 |
|
16 |
# Optional - for development
|
17 |
pytest==7.4.3
|
18 |
-
black==23.11.0
|
19 |
-
|
20 |
-
networkx
|
21 |
-
matplotlib
|
22 |
-
plotly
|
23 |
-
|
24 |
-
dash==2.14.1
|
25 |
-
dash-cytoscape==0.3.0
|
26 |
-
flask==2.0.1
|
|
|
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
|
|
|
24 |
|
25 |
# Optional - for development
|
26 |
pytest==7.4.3
|
27 |
+
black==23.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|