diff --git a/setup.py b/setup.py index 4ddf9853f1..2bb2912a0b 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'datasets>=2.19,<2.20', 'fsspec==2023.6.0', # newer version results in a bug in datasets that duplicates data 'sentencepiece==0.1.97', - 'einops==0.7.0', + 'einops==0.8.0', 'omegaconf>=2.2.3,<3', 'slack-sdk<4', 'mosaicml-cli>=0.6.10,<1',