Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/syft/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ syft =
markdown==3.5.2
fastapi==0.111.0
psutil==6.0.0
psutil>=5.9.5,<=6.0.0
itables==1.7.1
argon2-cffi==23.1.0
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"
numpy>=1.26.4,<1.27
pandas==2.2.2
docker==7.1.0
kr8s==0.13.5
Expand Down