Skip to content

Commit

Permalink
[syft/dependencies] move torch from syft[data_science] to syft depend…
Browse files Browse the repository at this point in the history
…encies.

- remove dm-haiku from dependencies
  • Loading branch information
khoaguin committed May 22, 2024
1 parent 6945153 commit 2df2079
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ syft =
rich==13.7.1
jinja2==3.1.4
tenacity==8.3.0
# backend.dockerfile installs torch separately, so update the version over there as well!
torch==2.3.0

install_requires =
%(syft)s
Expand All @@ -87,9 +89,6 @@ data_science =
opendp==0.9.2
evaluate==0.4.1
recordlinkage==0.16
dm-haiku==0.0.10
# backend.dockerfile installs torch separately, so update the version over there as well!
torch==2.3.0

dev =
%(test_plugins)s
Expand Down

0 comments on commit 2df2079

Please sign in to comment.