ljvmiranda921 commited on
Commit
eed7557
·
1 Parent(s): 7e892aa

Pin pydantic version

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  APScheduler
2
  black
3
  datasets
4
- gradio==5.23.2
5
  gradio[oauth]
6
  gradio_client
7
  gradio_leaderboard==0.0.13
@@ -10,9 +10,9 @@ matplotlib
10
  numpy
11
  pandas
12
  pre-commit
 
13
  python-dateutil
14
  sentencepiece
15
  tokenizers>=0.15.0
16
  tqdm
17
  transformers
18
- # pydantic==2.10.6
 
1
  APScheduler
2
  black
3
  datasets
4
+ gradio
5
  gradio[oauth]
6
  gradio_client
7
  gradio_leaderboard==0.0.13
 
10
  numpy
11
  pandas
12
  pre-commit
13
+ pydantic==2.10.6
14
  python-dateutil
15
  sentencepiece
16
  tokenizers>=0.15.0
17
  tqdm
18
  transformers