Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Dec 15, 2023
1 parent 93a19b8 commit bc86585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file ci/environment.yml --name base
conda env update --file ci/environment.yml --name base --solver classic
- name: Lint with flake8
run: |
conda install flake8
Expand Down
12 changes: 6 additions & 6 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ channels:
- conda-forge
dependencies:
- curl
- cfgrib>=0.9.9.1
- cfgrib>=0.9.10.4
- eccodes
- matplotlib>=3.4.3
- matplotlib>=3.8.2
- metpy
- numpy>=1.22.3
- pandas>=1.4.1
- numpy>=1.26.2
- pandas>=2.1.4
- pygrib
- pytest
- requests>=2.27.1
- requests>=2.31.0
- toml
- xarray>=2022.3.0
- xarray>=2023.12.0
- flake8

0 comments on commit bc86585

Please sign in to comment.