yangzhitao commited on
Commit
3621f64
·
1 Parent(s): 1076b42

chore: update requirements.txt to add new dependencies

Browse files
Files changed (2) hide show
  1. pyproject.toml +0 -1
  2. requirements.txt +5 -1
pyproject.toml CHANGED
@@ -25,7 +25,6 @@ dependencies = [
25
  "pydantic>=2.11.10",
26
  "pydantic-settings>=2.11.0",
27
  "rich>=14.2.0",
28
- "tabulate>=0.9.0",
29
  ]
30
 
31
  [dependency-groups]
 
25
  "pydantic>=2.11.10",
26
  "pydantic-settings>=2.11.0",
27
  "rich>=14.2.0",
 
28
  ]
29
 
30
  [dependency-groups]
requirements.txt CHANGED
@@ -13,4 +13,8 @@ python-dateutil
13
  tqdm
14
  transformers
15
  tokenizers>=0.15.0
16
- sentencepiece
 
 
 
 
 
13
  tqdm
14
  transformers
15
  tokenizers>=0.15.0
16
+ sentencepiece
17
+ python-dotenv>=1.2.1
18
+ pydantic>=2.11.10
19
+ pydantic-settings>=2.11.0
20
+ rich>=14.2.0