Skip to content

Commit edb8e16

Browse files
authored
update min deps (#50)
* update minimum dependencies * update installation
1 parent 0b48873 commit edb8e16

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ci/requirements/py37-min-all-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ channels:
44
- nodefaults
55
dependencies:
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

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
matplotlib >= 3.4
77
numpy >= 1.17
88
setuptools >= 40.4 # for pkg_resources

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
2626
include_package_data = True
2727
python_requires = >=3.7
2828
install_requires =
29-
cartopy >= 0.17
29+
cartopy >= 0.18
3030
matplotlib >= 3.4
3131
numpy >= 1.17
3232
setuptools >= 40.4 # for pkg_resources

0 commit comments

Comments
 (0)