Skip to content

Commit

Permalink
Changing the numpy and psutil deps for colab
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Sep 4, 2024
1 parent 83551b2 commit 03302a2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 03302a2

Please sign in to comment.