diff --git a/pyproject.toml b/pyproject.toml index 26918e60..3370ffa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ "datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1", - "numpy<=2.1.3", + "numpy<=2.2.0", "pandas<=2.2.3", "pybids<=0.17.2", "pyyaml",