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

Bump the major group with 3 updates (#1145)

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pandas](https://github.com/pandas-dev/pandas) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.

Updates `pytest` from 7.2.2 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.2...8.1.1)

Updates `pandas` to 2.2.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.1)

Updates `matplotlib` to 3.8.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3

)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: pandas
  dependency-type: direct:development
  dependency-group: major
- dependency-name: matplotlib
  dependency-type: direct:development
  dependency-group: major
...
Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 05483768
# Requirements used for GitHub actions # Requirements used for GitHub actions
pytest==7.2.2 pytest==8.1.1
einops==0.6.0 einops==0.6.0
lion-pytorch==0.0.6 lion-pytorch==0.0.6
scipy==1.10.1; python_version < "3.9" scipy==1.10.1; python_version < "3.9"
......
# Requirements used for local development # Requirements used for local development
setuptools>=63 setuptools>=63
pytest~=7.2.2 pytest~=8.1.1
einops~=0.6.0 einops~=0.6.0
wheel~=0.40.0 wheel~=0.40.0
lion-pytorch~=0.0.6 lion-pytorch~=0.0.6
scipy~=1.11.4 scipy~=1.11.4
pandas~=2.2.0 pandas~=2.2.1
matplotlib~=3.8.2 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