We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0405263 commit fd9d072Copy full SHA for fd9d072
requirements-ci.txt
@@ -1,6 +1,6 @@
1
# Requirements used for GitHub actions
2
pytest==8.1.1
3
-einops==0.6.0
4
-lion-pytorch==0.0.6
+einops==0.7.0
+lion-pytorch==0.1.2
5
scipy==1.10.1; python_version < "3.9"
6
-scipy==1.11.4; python_version >= "3.9"
+scipy==1.12.0; python_version >= "3.9"
requirements-dev.txt
@@ -1,9 +1,9 @@
# Requirements used for local development
setuptools>=63
pytest~=8.1.1
-einops~=0.6.0
-wheel~=0.40.0
-lion-pytorch~=0.0.6
7
-scipy~=1.11.4
+einops~=0.7.0
+wheel~=0.43.0
+lion-pytorch~=0.1.2
+scipy~=1.12.0
8
pandas~=2.2.1
9
matplotlib~=3.8.3
0 commit comments