-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update hsclient to version 1.1.3 in multiple Dockerfiles and requirem…
…ents files
- Loading branch information
1 parent
6c6e54d
commit 1c0b1ec
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters