diff --git a/pyproject.toml b/pyproject.toml index ecb0c3d0..a3673248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ dependencies = [ "jsonargparse[signatures]>=4.20.1", "scikit-image", "matplotlib>=3.9.0", + "numpy<2", ] dynamic = ["version"]