From 7c8a4b34375557d599e247655a32e340958d53f9 Mon Sep 17 00:00:00 2001 From: Yohan Chatelain Date: Thu, 23 May 2024 12:20:40 -0400 Subject: [PATCH] Pre-release v0.9.5 - Update ppmi_downloader to v0.7.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8533e2..e99baf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "livingpark_utils" -version = "0.9.4" +version = "0.9.5" description = "Utility functions to write LivingPark notebooks." authors = [{ name = "Tristan Glatard", email = "tristan.glatard@concordia.ca" }] readme = "README.md" @@ -17,7 +17,7 @@ license = { file = "LICENSE" } dependencies = [ "datalad", "IPython", - "ppmi_downloader>=0.7.5", + "ppmi_downloader>=0.7.6", "nilearn", "boutiques", "pillow",