From f4df77c371df8e6012388b1b80dffa660417e2d0 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 6 Jan 2025 10:12:59 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ec374e..5ac632a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,12 @@ classifiers = [ dependencies = [ "fmriprep @ git+https://github.com/nipreps/fmriprep.git@master", "nipype >= 1.8.5", - "nireports @ git+https://github.com/nipreps/nireports.git@main", + "nireports", "nitransforms >= 24.0.2", - "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master", + "niworkflows", "pybids >= 0.15.6", - "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master", - "smriprep @ git+https://github.com/nipreps/smriprep.git@master", + "sdcflows", + "smriprep", "typer", ] dynamic = ["version"]