Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
Smartappli authored Dec 1, 2024
1 parent e2ff31c commit 01a0111
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,23 @@ exclude =

[options.extras_require]
data_science =
transformers==4.41.2
opendp==0.9.2
evaluate==0.4.2
transformers==4.46.3
opendp==0.11.1
evaluate==0.4.3
recordlinkage==0.16
# backend.dockerfile installs torch separately, so update the version over there as well!
torch==2.2.2

dev =
%(test_plugins)s
%(telemetry)s
bandit==1.7.9
debugpy==1.8.2
importlib-metadata==7.1.0
bandit==1.8.0
debugpy==1.8.9
importlib-metadata==8.5.0
isort==5.13.2
mypy==1.10.0
pre-commit==3.7.1
ruff==0.8.0
pre-commit==4.0.1
ruff==0.8.1
safety>=2.4.0b2
aiosmtpd==1.4.6

Expand Down

0 comments on commit 01a0111

Please sign in to comment.