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 ea7eab2 commit bac94afCopy full SHA for bac94af
requirements-ci.txt
@@ -1,6 +1,6 @@
1
# Requirements used for GitHub actions
2
-pytest==8.2.0
3
-einops==0.8.0
+pytest==8.1.1
+einops==0.7.0
4
lion-pytorch==0.1.4
5
scipy==1.10.1; python_version < "3.9"
6
scipy==1.13.0; python_version >= "3.9"
requirements-dev.txt
@@ -1,7 +1,7 @@
# Requirements used for local development
setuptools>=63
-pytest~=8.2.0
-einops~=0.8.0
+pytest~=8.1.1
+einops~=0.7.0
wheel~=0.43.0
lion-pytorch~=0.1.4
7
scipy~=1.13.0
0 commit comments