hamzabouajila commited on
Commit
cd5c3e9
·
1 Parent(s): ead2260

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -16
requirements.txt CHANGED
@@ -1,18 +1,20 @@
1
- APScheduler
2
- black
3
- datasets
4
- gradio
5
- gradio[oauth]
6
- gradio_leaderboard==0.0.13
7
- gradio_client
8
  huggingface-hub>=0.18.0
9
- matplotlib
10
- numpy
11
- torch>=2.0.0
12
- scikit-learn>=1.0.0
13
- pandas
14
- python-dateutil
15
- tqdm
16
- transformers
 
17
  tokenizers>=0.15.0
18
- sentencepiece
 
 
 
1
+ apscheduler>=3.11.0
2
+ black>=25.1.0
3
+ datasets>=3.6.0
4
+ gradio-client>=1.10.4
5
+ gradio-leaderboard==0.0.13
6
+ gradio[oauth]>=5.35.0
 
7
  huggingface-hub>=0.18.0
8
+ ipykernel>=6.29.5
9
+ ipywidgets>=8.1.7
10
+ matplotlib>=3.10.3
11
+ numpy>=2.3.1
12
+ pandas>=2.3.0
13
+ python-dateutil>=2.9.0.post0
14
+ python-dotenv>=1.1.1
15
+ scikit-learn>=1.7.0
16
+ sentencepiece>=0.2.0
17
  tokenizers>=0.15.0
18
+ torch>=2.7.1
19
+ tqdm>=4.67.1
20
+ transformers>=4.53.1