Skip to content

Commit

Permalink
Merge pull request OpenMined#8686 from Smartappli/jax
Browse files Browse the repository at this point in the history
Transformers from 4.39.3 to 4.41.2, Pandas from 2.2.1 to 2.2.2, Matplotlib from 3.8.3 to 3.9.0, Uvicorn from 0.27.1 to 0.30.0, Fastapi from 0.110.0 to 0.111.0, and Typing_extensions from 4.10.0 to 4.12.0
  • Loading branch information
madhavajay authored Jun 3, 2024
2 parents 0a4fb9a + 051440b commit 9635911
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ syft =
result==0.16.1
tqdm==4.66.4
typeguard==4.1.5
typing_extensions==4.10.0
typing_extensions==4.12.0
sherlock[filelock]==0.4.1
uvicorn[standard]==0.27.1
uvicorn[standard]==0.30.0
markdown==3.5.2
fastapi==0.110.0
fastapi==0.111.0
psutil==5.9.8
itables==1.7.1
argon2-cffi==23.1.0
matplotlib==3.8.3
matplotlib>=3.7.1,<3.9.1
# numpy and pandas are ML packages but are needed in many places througout the codebase
numpy>=1.23.5,<=1.24.4; python_version<"3.12"
numpy>=1.26.4,<1.27; python_version>="3.12"
pandas==2.2.1
pandas==2.2.2
docker==7.1.0
kr8s==0.13.5
PyYAML==6.0.1
Expand All @@ -81,9 +81,9 @@ exclude =

[options.extras_require]
data_science =
transformers==4.39.3
transformers==4.41.2
opendp==0.9.2
evaluate==0.4.1
evaluate==0.4.2
recordlinkage==0.16
# backend.dockerfile installs torch separately, so update the version over there as well!
torch==2.3.0
Expand Down

0 comments on commit 9635911

Please sign in to comment.