Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
copy pyproject from the diffparc-surf docker container branch  (this was updated by @kaitj but I neglected to copy it earlier)
  • Loading branch information
akhanf authored May 5, 2023
1 parent 71b1906 commit bc69a8b
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,27 @@ description = "Containerized python environment"
authors = ["Ali Khan <[email protected]>"]

[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]
Expand Down

0 comments on commit bc69a8b

Please sign in to comment.