Spaces:
Sleeping
Sleeping
TeleologyHI
commited on
Commit
·
c7565e0
1
Parent(s):
7219b37
Fix requirements.txt merge conflicts
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<<<<<<< HEAD
|
2 |
torch>=2.0.0
|
3 |
transformers>=4.30.0
|
4 |
gradio>=3.35.2
|
@@ -7,6 +6,8 @@ networkx>=3.1
|
|
7 |
scipy>=1.10.0
|
8 |
pandas>=2.0.0
|
9 |
plotly>=5.15.0
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
1 |
torch>=2.0.0
|
2 |
transformers>=4.30.0
|
3 |
gradio>=3.35.2
|
|
|
6 |
scipy>=1.10.0
|
7 |
pandas>=2.0.0
|
8 |
plotly>=5.15.0
|
9 |
+
huggingface-hub>=0.19.0
|
10 |
+
datasets>=2.12.0
|
11 |
+
protobuf<4.0.0
|
12 |
+
click<8.1.0
|
13 |
+
pydantic~=1.0.0
|