From 7613a037733adfd88a806db6478cd08ae637aa79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 11 Jun 2021 19:31:51 +0200 Subject: [PATCH] maint: put cartopy specs back into a requirement file --- setup.cfg | 1 - tests/cartopy_requirements.txt | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tests/cartopy_requirements.txt diff --git a/setup.cfg b/setup.cfg index 823bad3d5f3..a4a6e2d299b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,7 +69,6 @@ doc = sphinx-rtd-theme full = astropy~=4.0.1 - cartopy~=0.18.0 f90nml>=1.1.2 fastcache~=1.0.2 firefly_api>=0.0.2 diff --git a/tests/cartopy_requirements.txt b/tests/cartopy_requirements.txt new file mode 100644 index 00000000000..bddb74fdffe --- /dev/null +++ b/tests/cartopy_requirements.txt @@ -0,0 +1,5 @@ +# cartopy and its dependencies are non trivial to install +# so we can't easily put these specs into setup.cfg +shapely +--no-binary=shapely +cartopy~=0.18.0