Skip to content

Commit

Permalink
Merge branch '5.x' into fixes_issue_21960
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Apr 5, 2024
2 parents 5e61632 + 0c31a72 commit 916f28e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies:
- matplotlib
- pandas
- pillow
- pytest <7.0
- pytest <8.0
- pytest-cov
- pytest-lazy-fixture
- pytest-mock
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- matplotlib
- pandas
- pillow
- pytest <7.0
- pytest <8.0
- pytest-cov
- pytest-lazy-fixture
- pytest-mock
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def run(self):
'matplotlib',
'pandas',
'pillow',
'pytest<7.0',
'pytest<8.0',
'pytest-cov',
'pytest-lazy-fixture',
'pytest-mock',
Expand Down

0 comments on commit 916f28e

Please sign in to comment.