From 8aebca1426ba38902d70258211079a0de3cc1018 Mon Sep 17 00:00:00 2001 From: cheginit Date: Thu, 26 Aug 2021 22:42:19 -0500 Subject: [PATCH] ENH: Set minimum versions for the deps so the new pygeoapi function can work properly --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 80c60d2..ca55630 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,15 +33,15 @@ project_urls = [options] packages = find: install_requires = - async_retriever>=0.2 + async_retriever>=0.2.3 cytoolz geopandas>=0.7 networkx numpy>=1.17 pandas>=1.0 pyarrow - pygeoogc>=0.11 - pygeoutils>=0.11 + pygeoogc>=0.11.4 + pygeoutils>=0.11.4 requests shapely>=1.6 simplejson