diff --git a/requirements-ci.txt b/requirements-ci.txt index 0d507b269..25ff67295 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,6 +1,6 @@ # Requirements used for GitHub actions -pytest==8.3.2 +pytest==8.3.3 einops==0.8.0 lion-pytorch==0.2.2 scipy==1.10.1; python_version < "3.9" -scipy==1.14.0; python_version >= "3.9" +scipy==1.14.1; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index bde1194c1..c6f81af42 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # Requirements used for local development setuptools>=63 -pytest~=8.3.2 +pytest~=8.3.3 einops~=0.8.0 -wheel~=0.43.0 +wheel~=0.44.0 lion-pytorch~=0.2.2 -scipy~=1.14.0 +scipy~=1.14.1 pandas~=2.2.2 matplotlib~=3.9.1