Spaces:
Sleeping
Sleeping
Abhipsha Das
commited on
Commit
•
581778c
1
Parent(s):
fa00fc5
Fix dependency conflicts in requirements.txt
Browse files- requirements.txt +22 -13
requirements.txt
CHANGED
@@ -1,15 +1,24 @@
|
|
1 |
-
|
|
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
plotly
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|