Skip to content

Commit

Permalink
update depends version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 12, 2024
1 parent 4298aaa commit 00bfaaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext {
guavaVersion = "32.0.1-jre"
bcprovVersion = "1.78.1"
googleAutoServiceVersion = "1.1.1"
wedprGatewaySDKVersion = "1.0.0-SNAPSHOT"
wedprGatewaySDKVersion = "3.0.0-SNAPSHOT"
gsonVersion = "2.10.1"
servletApiVersion="4.0.1"
javaeeApiVersion="8.0.1"
Expand Down
4 changes: 2 additions & 2 deletions docker-files/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN chmod -R 777 /home/share/
RUN pip install --no-cache-dir -i https://pypi.mirrors.ustc.edu.cn/simple/ -r root/requirements.txt

# TODO: use the non-test pip after uploaded
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-authenticator==1.0.0.dev-20241124
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit==1.0.0.dev-20241201
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-authenticator
RUN pip install --no-cache-dir -i https://test.pypi.org/simple/ wedpr-ml-toolkit

0 comments on commit 00bfaaa

Please sign in to comment.