Skip to content

Commit

Permalink
Merge branch 'dev' into fix-code-reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 authored Jul 22, 2024
2 parents f385af3 + a23aaad commit 26a1fbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data_science =
evaluate==0.4.2
recordlinkage==0.16
# backend.dockerfile installs torch separately, so update the version over there as well!
torch==2.2.2
torch==2.3.1

dev =
%(test_plugins)s
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ deps =
commands =
bandit -r src
# restrictedpython 6.2
safety check -i 70612
# Temporarily ignore pytorch vulnerability warning here
# https://data.safetycli.com/v/71670/97c
# TODO: Remove `-i 71670` once torch is updated
safety check -i 70612 -i 71670

[testenv:syft.test.unit]
description = Syft Unit Tests
Expand Down Expand Up @@ -1199,4 +1202,4 @@ commands =

commands_post =
bash -c 'rm -f notebooks/tutorials/version-upgrades/migration.blob'
bash -c 'rm -f notebooks/tutorials/version-upgrades/migration.yaml'
bash -c 'rm -f notebooks/tutorials/version-upgrades/migration.yaml'

0 comments on commit 26a1fbc

Please sign in to comment.