Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
# requirements.txt
|
|
|
|
|
2 |
datasets>=2.14.0
|
3 |
gradio>=4.0.0
|
4 |
sacrebleu>=2.3.0
|
@@ -10,4 +12,11 @@ matplotlib>=3.7.0
|
|
10 |
huggingface_hub>=0.16.0
|
11 |
PyYAML>=6.0
|
12 |
plotly>=5.0.0
|
13 |
-
google-cloud-translate>=3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# requirements.txt
|
2 |
+
|
3 |
+
# Core dependencies
|
4 |
datasets>=2.14.0
|
5 |
gradio>=4.0.0
|
6 |
sacrebleu>=2.3.0
|
|
|
12 |
huggingface_hub>=0.16.0
|
13 |
PyYAML>=6.0
|
14 |
plotly>=5.0.0
|
15 |
+
google-cloud-translate>=3.0.0
|
16 |
+
|
17 |
+
# SALT library from GitHub
|
18 |
+
git+https://github.com/sunbirdai/salt.git
|
19 |
+
|
20 |
+
# Additional dependencies that SALT might need
|
21 |
+
transformers>=4.30.0
|
22 |
+
torch>=2.0.0
|