Skip to content

Commit

Permalink
cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Oct 8, 2024
1 parent 998bd7e commit 33fd68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- distributed
- ecmwf-api-client
- eofs
- esmpy !=8.1.0
- esmpy !=8.1.0,<8.6.0 # https://github.com/SciTools-incubator/iris-esmf-regrid/pull/342#issuecomment-2092921514
- esmvalcore 2.11.*
- fiona
- fire
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies:
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7
- flake8 >=6
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down
4 changes: 2 additions & 2 deletions environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- distributed
- ecmwf-api-client
- eofs
- esmpy !=8.1.0
- esmpy !=8.1.0,<8.6.0 # https://github.com/SciTools-incubator/iris-esmf-regrid/pull/342#issuecomment-2092921514
- esmvalcore 2.11.*
- fiona
- fire
Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies:
- xlsxwriter
- zarr
# Python packages needed for unit testing
- flake8 >=6 # >=7 inline with esmvalcore==2.11 but current prospector:flake8<7
- flake8 >=6
- pytest >=3.9,!=6.0.0rc1,!=6.0.0
- pytest-cov
- pytest-env
Expand Down

0 comments on commit 33fd68c

Please sign in to comment.