diff --git a/pyproject.toml b/pyproject.toml index 4a319ba..a17fe5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elikopy" -version = "0.4" +version = "0.4.1" description = "A set of tools for analysing dMRI" authors = [ "qdessain ", @@ -37,7 +37,7 @@ pandas = "^1.3" torchvision = ">=0.15" scikit-learn = "^1.3" nibabel = "^5.0.0" -numba = ">=0.53.0" +numba = ">=0.57.0" microstructure-fingerprinting-rensonnetg = { git = "https://github.com/rensonnetg/microstructure_fingerprinting.git" } dmipy = { git = "https://github.com/Hyedryn/dmipy.git" }