From 19d384665316fc666dc101949aca43eeedd39856 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 19 Dec 2019 21:31:09 +0100 Subject: [PATCH] Require proj4 [doc-build] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 591d4f10..23cf5bfd 100644 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ def package_assets(example_path): 'nbsite >=0.6.1', 'sphinx_holoviz_theme', 'selenium', - 'proj<6.2.1' + 'proj4' ], 'tests': [ 'coveralls',