akera commited on
Commit
b4ca380
·
verified ·
1 Parent(s): 7953770

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -6
requirements.txt CHANGED
@@ -8,13 +8,29 @@ rouge-score>=0.1.2
8
  Levenshtein>=0.21.0
9
  numpy>=1.24.0
10
  pandas>=2.0.0
11
- matplotlib>=3.7.0
12
  huggingface_hub>=0.16.0
13
  PyYAML>=6.0
14
- plotly>=5.0.0
15
- google-cloud-translate>=3.0.0
16
- ipython
17
 
18
- # Additional dependencies that SALT might need
19
  transformers>=4.30.0
20
- torch>=2.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  Levenshtein>=0.21.0
9
  numpy>=1.24.0
10
  pandas>=2.0.0
11
+ plotly>=5.0.0
12
  huggingface_hub>=0.16.0
13
  PyYAML>=6.0
14
+ scipy>=1.10.0
 
 
15
 
16
+ # ML and NLP dependencies
17
  transformers>=4.30.0
18
+ torch>=2.0.0
19
+
20
+ # Additional utilities
21
+ ipython
22
+ requests
23
+ aiohttp
24
+ asyncio
25
+
26
+ # For SALT dataset integration
27
+ datasets
28
+ pyyaml
29
+
30
+ # Optional: for enhanced visualizations
31
+ matplotlib>=3.7.0
32
+ seaborn>=0.12.0
33
+
34
+ # Optional: for statistical analysis
35
+ scikit-learn>=1.3.0
36
+ statsmodels>=0.14.0