diff --git a/pyproject.toml b/pyproject.toml index 61d9a9a..a1ec3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dynamic = ["version"] -dependencies = ["nimare>=0.16.0", "click", "sentry-sdk", "numpy"] +dependencies = ["nimare>=0.17.0", "click", "sentry-sdk", "numpy"] [project.urls] Repository = "https://github.com/neurostuff/compose-runner"