Skip to content

Commit

Permalink
Merge branch 'dev' into yash/k8s-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 authored Jan 29, 2024
2 parents 315b1c6 + 7eacd3a commit 9da750b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grid/backend/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY --chown=$USER_GRP \
# Install all dependencies together here to avoid any version conflicts across pkgs
RUN --mount=type=cache,id=pip-$UID,target=$HOME/.cache/pip,uid=$UID,gid=$UID,sharing=locked \
pip install --user torch==2.1.1 -f https://download.pytorch.org/whl/cpu/torch_stable.html && \
pip install --user pip-autoremove jupyterlab==4.0.7 -e ./syft[data_science] && \
pip install --user pip-autoremove jupyterlab -e ./syft[data_science] && \
pip-autoremove ansible ansible-core -y

# ==================== [Final] Setup Syft Server ==================== #
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exclude =

[options.extras_require]
data_science =
transformers==4.35.2
transformers==4.37.1
opendp==0.8.0
evaluate==0.4.1
recordlinkage==0.16
Expand Down

0 comments on commit 9da750b

Please sign in to comment.