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 0548376 commit c6e3190Copy full SHA for c6e3190
requirements-ci.txt
@@ -1,5 +1,5 @@
1
# Requirements used for GitHub actions
2
-pytest==7.2.2
+pytest==8.1.1
3
einops==0.6.0
4
lion-pytorch==0.0.6
5
scipy==1.10.1; python_version < "3.9"
requirements-dev.txt
@@ -1,9 +1,9 @@
# Requirements used for local development
setuptools>=63
-pytest~=7.2.2
+pytest~=8.1.1
einops~=0.6.0
wheel~=0.40.0
6
lion-pytorch~=0.0.6
7
scipy~=1.11.4
8
-pandas~=2.2.0
9
-matplotlib~=3.8.2
+pandas~=2.2.1
+matplotlib~=3.8.3
0 commit comments