File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ channels:
44 - nodefaults
55dependencies :
66 - python=3.7
7- - cartopy=0.17
7+ - cartopy=0.18
88 - matplotlib-base=3.4
99 - numpy=1.17
1010 - seaborn=0.11
1111 - setuptools=40.4
12- - xarray=0.15
12+ - xarray=0.18
1313# for testing
1414 - pytest
1515 - pytest-cov
Original file line number Diff line number Diff line change 55- Python (3.7 or later)
66- [ numpy] ( http://www.numpy.org/ ) (1.17 or later)
77- [ matplotlib] ( http://matplotlib.org/ ) (3.4 or later)
8- - [ cartopy] ( http://scitools.org.uk/cartopy/ ) (0.17 or later)
8+ - [ cartopy] ( http://scitools.org.uk/cartopy/ ) (0.18 or later)
99
1010## Optional dependencies
1111
1212- [ seaborn] ( https://seaborn.pydata.org/ ) (0.11 or later)
13- - [ xarray] ( http://xarray.pydata.org/ ) (0.15 or later)
13+ - [ xarray] ( http://xarray.pydata.org/ ) (0.18 or later)
1414
1515## Instructions
1616
Original file line number Diff line number Diff line change 22# it exists to let GitHub build the repository dependency graph
33# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
44
5- cartopy >= 0.17
5+ cartopy >= 0.18
66matplotlib >= 3.4
77numpy >= 1.17
88setuptools >= 40.4 # for pkg_resources
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
2626include_package_data = True
2727python_requires = >=3.7
2828install_requires =
29- cartopy >= 0.17
29+ cartopy >= 0.18
3030 matplotlib >= 3.4
3131 numpy >= 1.17
3232 setuptools >= 40.4 # for pkg_resources
You can’t perform that action at this time.
0 commit comments