Skip to content

Commit

Permalink
Bump the minor-patch group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 4 updates: [einops](https://github.com/arogozhnikov/einops), [wheel](https://github.com/pypa/wheel), [lion-pytorch](https://github.com/lucidrains/lion-pytorch) and [scipy](https://github.com/scipy/scipy).


Updates `einops` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/arogozhnikov/einops/releases)
- [Commits](arogozhnikov/einops@v0.6.0...v0.7.0)

Updates `wheel` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.40.0...0.42.0)

Updates `lion-pytorch` from 0.0.6 to 0.1.2
- [Release notes](https://github.com/lucidrains/lion-pytorch/releases)
- [Commits](lucidrains/lion-pytorch@0.0.6...0.1.2)

Updates `scipy` from 1.11.4 to 1.12.0
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.4...v1.12.0)

---
updated-dependencies:
- dependency-name: einops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: lion-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 136721a commit e9dd6d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements used for GitHub actions
pytest==7.2.2
einops==0.6.0
wheel==0.40.0
lion-pytorch==0.0.6
scipy==1.11.4
einops==0.7.0
wheel==0.42.0
lion-pytorch==0.1.2
scipy==1.12.0
pandas==2.2.0
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Requirements used for local development
setuptools>=63
pytest~=7.2.2
einops~=0.6.0
wheel~=0.40.0
lion-pytorch~=0.0.6
scipy~=1.11.4
einops~=0.7.0
wheel~=0.42.0
lion-pytorch~=0.1.2
scipy~=1.12.0
pandas~=2.2.0
matplotlib~=3.8.2

0 comments on commit e9dd6d5

Please sign in to comment.