Skip to content

Commit

Permalink
Merge pull request #119 from jarq6c/update_versions
Browse files Browse the repository at this point in the history
Update minimum versions
  • Loading branch information
jarq6c committed Jul 30, 2021
2 parents d43f1ae + 2b47849 commit 2f3c8bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/gcp_client/setup.cfg
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/nwis_client/setup.cfg
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Expand Up @@ -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

Expand Down

0 comments on commit 2f3c8bb

Please sign in to comment.