From 41354cbfd127ac69cf1bdd69a556328fc6092457 Mon Sep 17 00:00:00 2001 From: Circle Date: Wed, 1 Nov 2023 13:18:04 +1100 Subject: [PATCH] robustica 0.1.3 --- .idea/workspace.xml | 90 +-------------------------------------------- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 88 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2a7e8ba96..55496e64f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,94 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 92798da19..18b59a5d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "nibabel>=2.5.1", "nilearn>=0.7", "numpy>=1.16", + "robustica>=0.1.3", "pandas>=2.0", "scikit-learn>=0.21", "scipy>=1.2.0",