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