Skip to content

Commit

Permalink
repin flake8 and reintroduce ncl
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 8, 2024
1 parent 0cf105e commit 998bd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 >=7 # inline with esmvalcore==2.11
- flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand All @@ -99,7 +99,7 @@ dependencies:
- yapf ==0.32.0

# NCL and dependencies
# - ncl >=6.6.2
- ncl >=6.6.2
- cdo
- imagemagick
- nco
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.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 >=7 # inline with esmvalcore==2.11
- flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down

0 comments on commit 998bd7e

Please sign in to comment.