From b5319518b432376e7378bb18aa996a9ba21d679b Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:53:31 -0500 Subject: [PATCH] pin pyproj to 2.4.0 (#288) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4db4118ec..165fef13a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "dask[complete]", "bottleneck>=1.2.1", "xarray==0.13.0", - "pyproj>=1.9.5.1", + "pyproj==2.4.0", "pint>=0.8", "boltons>=19.0", "scikit-learn>=0.21.3",