diff --git a/packages/syft/setup.cfg b/packages/syft/setup.cfg index ca8bd8c6df7..c4a75db96d0 100644 --- a/packages/syft/setup.cfg +++ b/packages/syft/setup.cfg @@ -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 @@ -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