Skip to content

Commit

Permalink
make xarray a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause committed Feb 22, 2024
1 parent d0d28e0 commit dd04170
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ channels:
dependencies:
- cartopy
- matplotlib-base
- numpy
- seaborn
- xarray
# formatting
- black
- isort
- flake8
# for testing
- pytest
- pytest-cov
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
cartopy >= 0.21
matplotlib >= 3.6
numpy >= 1.22
xarray >= 2022.12
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
include_package_data = True
python_requires = >=3.9
install_requires =
cartopy >= 0.21
matplotlib >= 3.6
numpy >= 1.22
cartopy >=0.21
matplotlib >=3.6
numpy >=1.22
xarray >=2022.12

[tool:pytest]
filterwarnings =
Expand Down

0 comments on commit dd04170

Please sign in to comment.