diff --git a/requirements-ci.txt b/requirements-ci.txt index 61f92018a..4df975993 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,6 +1,6 @@ # Requirements used for GitHub actions pytest==8.1.1 einops==0.7.0 -lion-pytorch==0.1.2 +lion-pytorch==0.1.4 scipy==1.10.1; python_version < "3.9" scipy==1.12.0; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index fc5449ba7..291a51cb1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ setuptools>=63 pytest~=8.1.1 einops~=0.7.0 wheel~=0.43.0 -lion-pytorch~=0.1.2 +lion-pytorch~=0.1.4 scipy~=1.12.0 pandas~=2.2.1 matplotlib~=3.8.3