From 2b478493ad8680f1511b5bd3e57cdf7ca911bc79 Mon Sep 17 00:00:00 2001 From: Jason Regina Date: Thu, 29 Jul 2021 19:06:03 -0500 Subject: [PATCH] update minimum versions --- python/gcp_client/setup.cfg | 2 +- python/nwis_client/setup.cfg | 2 +- setup.cfg | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/gcp_client/setup.cfg b/python/gcp_client/setup.cfg index 3419930e..273f026d 100644 --- a/python/gcp_client/setup.cfg +++ b/python/gcp_client/setup.cfg @@ -34,7 +34,7 @@ install_requires = pandas xarray h5netcdf - hydrotools.caches + hydrotools.caches>=0.1.2 google-cloud-storage python_requires = >=3.7 include_package_data = True diff --git a/python/nwis_client/setup.cfg b/python/nwis_client/setup.cfg index 50a500fb..612c375a 100644 --- a/python/nwis_client/setup.cfg +++ b/python/nwis_client/setup.cfg @@ -32,7 +32,7 @@ package_dir = install_requires = pandas numpy - hydrotools._restclient>=3.0.0 + hydrotools._restclient>=3.0.2 aiohttp python_requires = >=3.7 include_package_data = True diff --git a/setup.cfg b/setup.cfg index 607556d7..487ab4e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,10 +30,10 @@ packages = find_namespace: package_dir = =src install_requires = - hydrotools.nwis_client - hydrotools.gcp_client - hydrotools.events - hydrotools.metrics + hydrotools.nwis_client>=3.0.3 + hydrotools.gcp_client>=4.1.1 + hydrotools.events>=1.1.3 + hydrotools.metrics>=1.0.2 python_requires = >=3.7 include_package_data = True