From 03302a23bec330848d3172b027d3fecacaf9dc14 Mon Sep 17 00:00:00 2001 From: Madhava Jay Date: Wed, 4 Sep 2024 10:28:42 +1000 Subject: [PATCH] Changing the numpy and psutil deps for colab --- packages/syft/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/syft/setup.cfg b/packages/syft/setup.cfg index 399a06e69f5..101cd382525 100644 --- a/packages/syft/setup.cfg +++ b/packages/syft/setup.cfg @@ -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