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:
5
5
dependencies :
6
6
- cartopy
7
7
- matplotlib-base
8
+ - numpy
9
+ - seaborn
8
10
- xarray
11
+ # formatting
12
+ - black
13
+ - isort
14
+ - flake8
9
15
# for testing
10
16
- pytest
11
17
- pytest-cov
Original file line number Diff line number Diff line change 5
5
cartopy >= 0.21
6
6
matplotlib >= 3.6
7
7
numpy >= 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
25
25
include_package_data = True
26
26
python_requires = >=3.9
27
27
install_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
31
32
32
33
[tool:pytest]
33
34
filterwarnings =
You can’t perform that action at this time.
0 commit comments