From acd6c5cf6714ddaf8acdebe86810700df5c6e90c Mon Sep 17 00:00:00 2001 From: Cyril Achard Date: Fri, 11 Sep 2026 15:32:28 +0200 Subject: [PATCH] Remove numpy upper bounds for upcoming DeepLabCut dependency updates --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9aa7e6f..467a6c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,13 +32,13 @@ dependencies = [ "torchvision>=0.19.1,<0.20", "timm>=1.0.0", "einops>=0.4.0", - "numpy>=1.18.5,<2.0", + "numpy>=1.18.5", "tqdm>=4.60.0", - "scipy>=1.7.0", + "scipy>=1.13", "h5py>=3.0.0", "yacs>=0.1.8", "opencv-python>=4.5.0", - "numba>=0.56.0", + "numba>=0.60", "scikit-image>=0.19.0", "filterpy>=1.4.5", "pandas>=1.0.1",