From bc69a8bdf7f38a8b4d84c1dbfdae9094932590c0 Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Thu, 4 May 2023 21:07:18 -0400 Subject: [PATCH] Update pyproject.toml copy pyproject from the diffparc-surf docker container branch (this was updated by @kaitj but I neglected to copy it earlier) --- pyproject.toml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2e5eb6..93a3c85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,20 +5,27 @@ description = "Containerized python environment" authors = ["Ali Khan "] [tool.poetry.dependencies] -python = ">=3.8,<3.12" -matplotlib = "^3.5.2" -nibabel = "^3.2.2" -numpy = "^1.22.3" -templateflow = "^0.8.1" -PyPDF2 = "^1.27.12" -nilearn = "^0.9.1" -pandas = "^1.4.2" +python = ">=3.8,<3.9" +snakebids = "^0.7.0" +cache = "^1.0.3" +keras = "2.3.1" +matplotlib = "3.6.2" +nibabel = "5.0.1" +nilearn = "^0.8.1" networkx = "^2.7.1" +numpy = "1.23.5" +pandas = "^1.4.2" pillow = "9.0.1" pyvista = "^0.36.1" Pygments = "^2.11.2" -snakebids = "^0.8.0" -pybids = "0.15.6" +PyPDF2 = "^1.27.12" +scipy = "1.4.1" +surfa = "^0.4.2" +protobuf = "3.20.3" +purge = "^1.0" +templateflow = "^0.8.1" +tensorflow-gpu = "2.2.0" +torch = "1.10.2" [tool.poetry.dev-dependencies]