Skip to content

Commit

Permalink
flake8 7 pin rather
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 11, 2024
1 parent bf47e92 commit 112ae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies:
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 <6 # code style not updated to major release 6
- flake8 <7 # code style not updated to major release 7
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies:
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 <6 # code style not updated to major release 6
- flake8 <7 # code style not updated to major release 7
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down

0 comments on commit 112ae95

Please sign in to comment.