File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,12 @@ requires-python = ">=3.10"
1818dependencies = [
1919 " torch>=2.5" ,
2020 " transformers>=4.53.0" ,
21- " datasets>=3.3.0" ,
2221 " einops" ,
2322]
2423
2524[project .optional-dependencies ]
2625conv1d = [" causal-conv1d>=1.4.0" ]
27- benchmark = [" matplotlib" ]
26+ benchmark = [" matplotlib" , " datasets>=3.3.0 " ]
2827test = [" pytest" ]
2928
3029[project .urls ]
Original file line number Diff line number Diff line change @@ -41,12 +41,11 @@ def get_package_version():
4141 install_requires = [
4242 'torch>=2.5' ,
4343 'transformers>=4.53.0' ,
44- 'datasets>=3.3.0' ,
4544 'einops'
4645 ],
4746 extras_require = {
4847 'conv1d' : ['causal-conv1d>=1.4.0' ],
49- 'benchmark' : ['matplotlib' ],
48+ 'benchmark' : ['matplotlib' , 'datasets>=3.3.0' ],
5049 'test' : ['pytest' ],
5150 }
5251)
You can’t perform that action at this time.
0 commit comments