Skip to content

Commit bac94af

Browse files
Revert "Bump the minor-patch group with 2 updates (#1192)"
This reverts commit 5b9ef77.
1 parent ea7eab2 commit bac94af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements used for GitHub actions
2-
pytest==8.2.0
3-
einops==0.8.0
2+
pytest==8.1.1
3+
einops==0.7.0
44
lion-pytorch==0.1.4
55
scipy==1.10.1; python_version < "3.9"
66
scipy==1.13.0; python_version >= "3.9"

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements used for local development
22
setuptools>=63
3-
pytest~=8.2.0
4-
einops~=0.8.0
3+
pytest~=8.1.1
4+
einops~=0.7.0
55
wheel~=0.43.0
66
lion-pytorch~=0.1.4
77
scipy~=1.13.0

0 commit comments

Comments
 (0)