From f1226a830838bb8aacb0da91c90963658225c89d Mon Sep 17 00:00:00 2001 From: Jason Regina Date: Fri, 6 Aug 2021 13:04:31 -0500 Subject: [PATCH] switch to nwm client in metapackage --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a72200d6..78002996 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ package_dir = =src install_requires = hydrotools.nwis_client>=3.0.3 - hydrotools.gcp_client>=4.1.1 + hydrotools.nwm_client>=5.0.1 hydrotools.events>=1.1.3 hydrotools.metrics>=1.0.2 python_requires = >=3.7