File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ channels:
55dependencies :
66 - cartopy
77 - matplotlib-base
8+ - numpy
9+ - seaborn
810 - xarray
11+ # formatting
12+ - black
13+ - isort
14+ - flake8
915# for testing
1016 - pytest
1117 - pytest-cov
Original file line number Diff line number Diff line change 55cartopy >= 0.21
66matplotlib >= 3.6
77numpy >= 1.22
8+ xarray >= 2022.12
Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
2525include_package_data = True
2626python_requires = >=3.9
2727install_requires =
28- cartopy >= 0.21
29- matplotlib >= 3.6
30- numpy >= 1.22
28+ cartopy >=0.21
29+ matplotlib >=3.6
30+ numpy >=1.22
31+ xarray >=2022.12
3132
3233[tool:pytest]
3334filterwarnings =
You can’t perform that action at this time.
0 commit comments