diff --git a/python/nwis_client/setup.py b/python/nwis_client/setup.py index 5d8395a1..a348dbec 100644 --- a/python/nwis_client/setup.py +++ b/python/nwis_client/setup.py @@ -28,8 +28,7 @@ "numpy", "requests", "requests-cache", - # TODO: Temp fix for tests. This will not work once the branch is deleted - "hydrotools._restclient@ git+https://github.com/NOAA-OWP/hydrotools.git@move-namespace-to-hydrotools#subdirectory=python/_restclient", + "hydrotools._restclient@ git+https://github.com/NOAA-OWP/hydrotools.git#subdirectory=python/_restclient", ] setup(