Skip to content

Commit

Permalink
Update hsclient to version 1.1.3 in multiple Dockerfiles and requirem…
Browse files Browse the repository at this point in the history
…ents files
  • Loading branch information
devincowan committed Feb 20, 2025
1 parent 6c6e54d commit 1c0b1ec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions singleuser/base/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN conda config --append envs_dirs /home/jovyan/data/conda-envs
# install nbfetch, hstools, hsclient
RUN pip install hs_restclient \
hstools \
hsclient[all]==0.3.4 \
"pydantic<2.0" # this is necessary until pydantic is pinned in hsmodels
hsclient[all]==1.1.3 \
pydantic==2.7.*

RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed \
git+https://github.com/hydroshare/[email protected] \
Expand Down
2 changes: 1 addition & 1 deletion singleuser/python3-scientific/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tabulate==0.8.10
pynhd==0.16.3
jenkspy==0.2.0
pyhydroqc==0.0.4
hsclient[all]==1.0.1
hsclient[all]==1.1.3
pygeohydro==0.16.5
cartopy==0.23.0
geoviews==1.12.0
2 changes: 1 addition & 1 deletion singleuser/si-2023/gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ jupyterlab-topbar
jupyterlab-system-monitor
jupyter-resource-usage
dask-labextension
hsclient[all]==0.3.4
hsclient[all]==1.1.3
2 changes: 1 addition & 1 deletion singleuser/si-2023/python/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN pip install --src=/opt/src/clawpack_src --user -e \

# HydroShare packages
# install nbfetch, hstools, hsclient
#RUN pip install hs_restclient hstools hsclient==0.3.1 \
#RUN pip install hs_restclient hstools hsclient==1.1.3 \
RUN pip install -U --no-cache-dir --upgrade-strategy only-if-needed git+https://github.com/hydroshare/[email protected]
# && jupyter server extension enable --py nbfetch --sys-prefix

Expand Down
2 changes: 1 addition & 1 deletion singleuser/si-2023/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jupyterlab-topbar
jupyterlab-system-monitor
jupyter-resource-usage
dask-labextension
hsclient[all]==0.3.4
hsclient[all]==1.1.3

0 comments on commit 1c0b1ec

Please sign in to comment.