Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley-Karat authored Aug 24, 2023
1 parent d243a05 commit 246b0a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ license = "BSD-2-Clause"
readme = "README.md"
packages = [{include = "SANDI_python_toolbox"}]


[tool.poetry.scripts]
SANDI_python_toolbox = "SANDI_python_toolbox.run:main"

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
snakebids = "0.7.2"
snakemake = "7.25.0"
numpy = "1.21.6"
numpy = "1.21.4"
nibabel = "3.2.1"
scipy = "1.7.3"
scikit-image = "0.19.3"
Expand Down

0 comments on commit 246b0a8

Please sign in to comment.