Skip to content

Commit

Permalink
Poetry build and update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley-Karat committed Aug 24, 2023
1 parent d243a05 commit dbeadfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file modified SANDI_python_toolbox/__pycache__/run.cpython-310.pyc
Binary file not shown.
Binary file removed dist/sandi_python_toolbox-0.1.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/sandi_python_toolbox-0.1.1.tar.gz
Binary file not shown.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
[tool.poetry]
name = "SANDI_python_toolbox"
version = "0.1.0"
version = "0.1.1"
description = "SANDI model fitting in python + BIDS handling"
authors = ["Bradley-Karat <[email protected]>"]
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 dbeadfd

Please sign in to comment.