Unverified Commit fd9d072e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump the minor-patch group with 4 updates (#1146)

Updates the requirements on [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) to permit the latest version.

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

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

Updates `lion-pytorch` from 0.0.6 to 0.1.2
- [Release notes](https://github.com/lucidrains/lion-pytorch/releases)
- [Commits](https://github.com/lucidrains/lion-pytorch/compare/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](https://github.com/scipy/scipy/compare/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:development
  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: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 04052631
# Requirements used for GitHub actions # Requirements used for GitHub actions
pytest==8.1.1 pytest==8.1.1
einops==0.6.0 einops==0.7.0
lion-pytorch==0.0.6 lion-pytorch==0.1.2
scipy==1.10.1; python_version < "3.9" scipy==1.10.1; python_version < "3.9"
scipy==1.11.4; python_version >= "3.9" scipy==1.12.0; python_version >= "3.9"
# Requirements used for local development # Requirements used for local development
setuptools>=63 setuptools>=63
pytest~=8.1.1 pytest~=8.1.1
einops~=0.6.0 einops~=0.7.0
wheel~=0.40.0 wheel~=0.43.0
lion-pytorch~=0.0.6 lion-pytorch~=0.1.2
scipy~=1.11.4 scipy~=1.12.0
pandas~=2.2.1 pandas~=2.2.1
matplotlib~=3.8.3 matplotlib~=3.8.3
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment