Skip to content

Commit

Permalink
Update smriprep requirement from ~=0.13.1 to ~=0.15.0 (#395)
Browse files Browse the repository at this point in the history
* Update smriprep requirement from ~=0.13.1 to ~=0.15.0

Updates the requirements on [smriprep](https://github.com/nipreps/smriprep) to permit the latest version.
- [Release notes](https://github.com/nipreps/smriprep/releases)
- [Changelog](https://github.com/nipreps/smriprep/blob/master/CHANGES.rst)
- [Commits](nipreps/smriprep@0.13.1...0.15.0)

---
updated-dependencies:
- dependency-name: smriprep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Salo <[email protected]>
  • Loading branch information
dependabot[bot] and tsalo authored Apr 8, 2024
1 parent 12e1580 commit 3ec6104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"requests",
"sdcflows ~= 2.8.0",
"sentry-sdk >= 0.6.9",
"smriprep ~= 0.13.1",
"smriprep ~= 0.15.0",
"templateflow >= 23.0.0",
"toml",

Expand All @@ -52,6 +52,7 @@ NiPreps = "https://www.nipreps.org/"
[project.optional-dependencies]
doc = [
"doctest-ignore-unicode",
"lxml_html_clean",
"m2r",
"mistune < 4", # just temporary until m2r addresses this issue
"nbsphinx",
Expand Down

0 comments on commit 3ec6104

Please sign in to comment.