Nurcholish commited on
Commit
09236e9
·
verified ·
1 Parent(s): e0cf181

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -25
requirements.txt CHANGED
@@ -1,25 +1,13 @@
1
- # NSN Integration Dashboard Requirements
2
- # For Hugging Face Spaces deployment
3
-
4
- # Core dependencies
5
- numpy>=1.21.0
6
- pandas>=1.3.0
7
-
8
- # Visualization
9
- gradio>=4.0.0
10
- plotly>=5.14.0
11
-
12
- # Data handling
13
- python-dateutil>=2.8.2
14
-
15
- # Testing (optional)
16
- pytest>=7.0.0
17
- pytest-cov>=4.0.0
18
-
19
- # Optional: For advanced features
20
- scipy>=1.7.0
21
- scikit-learn>=1.0.0
22
-
23
- networkx>=2.6.3
24
- dash>=2.0.0
25
- qiskit==0.44.0
 
1
+ gradio[oauth,mcp]==5.49.1
2
+ networkx
3
+ matplotlib
4
+ pillow
5
+ numpy
6
+ scipy
7
+ uvicorn>=0.14.0
8
+ datasets
9
+ huggingface-hub>=0.30
10
+ hf-transfer>=0.1.4
11
+ protobuf<4
12
+ click<8.1
13
+ pydantic>=2.0,<2.12