Skip to content

Commit c6e3190

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](pytest-dev/pytest@7.2.2...8.1.1) Updates `pandas` to 2.2.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.0...v2.2.1) Updates `matplotlib` to 3.8.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@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: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0548376 commit c6e3190

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements used for GitHub actions
2-
pytest==7.2.2
2+
pytest==8.1.1
33
einops==0.6.0
44
lion-pytorch==0.0.6
55
scipy==1.10.1; python_version < "3.9"

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Requirements used for local development
22
setuptools>=63
3-
pytest~=7.2.2
3+
pytest~=8.1.1
44
einops~=0.6.0
55
wheel~=0.40.0
66
lion-pytorch~=0.0.6
77
scipy~=1.11.4
8-
pandas~=2.2.0
9-
matplotlib~=3.8.2
8+
pandas~=2.2.1
9+
matplotlib~=3.8.3

0 commit comments

Comments
 (0)