Abhipsha Das commited on
Commit
581778c
1 Parent(s): fa00fc5

Fix dependency conflicts in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -13
requirements.txt CHANGED
@@ -1,15 +1,24 @@
1
- torch==2.4.0
 
2
  torchvision
3
  torchaudio
4
- gradio==4.40.0
5
- networkx==3.3
6
- pandas==2.2.2
7
- plotly==5.23.0
8
- tabulate==0.9.0
9
- fastapi==0.104.1
10
- pydantic==2.5.3
11
- uvicorn==0.27.1
12
- transformers==4.44.0
13
- numpy==2.0.1
14
- scikit-learn==1.5.1
15
- accelerate==0.33.0
 
 
 
 
 
 
 
 
 
1
+ numpy>=1.19.5,<2.0.0
2
+ torch>=2.0.0
3
  torchvision
4
  torchaudio
5
+ pandas>=2.0.0
6
+ scikit-learn>=1.5.1
7
+ networkx>=3.3
8
+ plotly>=5.23.0
9
+ tqdm>=4.66.4
10
+ click>=8.1.7
11
+ accelerate>=0.33.0
12
+ arxiv>=2.1.3
13
+ beautifulsoup4>=4.12.3
14
+ black>=24.4.2
15
+ fastapi>=0.104.1
16
+ pydantic>=2.5.3
17
+ gradio>=4.40.0
18
+ transformers>=4.44.0
19
+ tabulate>=0.9.0
20
+ wandb>=0.17.4
21
+ psutil
22
+ packaging
23
+ uvicorn>=0.27.1
24
+ huggingface-hub>=0.26.5