Skip to content

Commit

Permalink
update wedpr_ml_toolkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 12, 2024
1 parent 9ffcdba commit 2f010c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-files/model/model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND=noninteractive \

# install the gateway sdk
# TODO: replace with pypip
RUN pip install -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk==3.0.0-20241018
RUN pip install -i https://test.pypi.org/simple/ wedpr-python-gateway-sdk

# obtain the source, no need to fetch the submodule(vcpkg) here
RUN git clone https://github.com/WeBankBlockchain/WeDPR-Component.git -b ${SOURCE}
Expand Down
2 changes: 1 addition & 1 deletion python/wedpr_ml_toolkit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):
setup_args = dict(
name='wedpr_ml_toolkit',
packages=find_packages(),
version="1.0.0.dev-20241201",
version="3.0.0-20241201",
description="wedpr-ml-toolkit: The ML toolkit for WeDPR",
long_description_content_type="text/markdown",
author="WeDPR Development Team",
Expand Down

0 comments on commit 2f010c1

Please sign in to comment.