Skip to content

Commit 494de20

Browse files
Bump the minor-patch group with 1 update (#1162)
Bumps the minor-patch group with 1 update: [lion-pytorch](https://github.com/lucidrains/lion-pytorch). Updates `lion-pytorch` from 0.1.2 to 0.1.4 - [Release notes](https://github.com/lucidrains/lion-pytorch/releases) - [Commits](lucidrains/lion-pytorch@0.1.2...0.1.4) --- updated-dependencies: - dependency-name: lion-pytorch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd9d072 commit 494de20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements used for GitHub actions
22
pytest==8.1.1
33
einops==0.7.0
4-
lion-pytorch==0.1.2
4+
lion-pytorch==0.1.4
55
scipy==1.10.1; python_version < "3.9"
66
scipy==1.12.0; python_version >= "3.9"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=63
33
pytest~=8.1.1
44
einops~=0.7.0
55
wheel~=0.43.0
6-
lion-pytorch~=0.1.2
6+
lion-pytorch~=0.1.4
77
scipy~=1.12.0
88
pandas~=2.2.1
99
matplotlib~=3.8.3

0 commit comments

Comments
 (0)