Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juri-debug authored Aug 29, 2024
1 parent 41e79fe commit a5b8ca9
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# pyproject.toml
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cpm_python"
version = "0.1.0"
description = ""
authors = ["Nils Winter <[email protected]>"]
license = "MIT"
authors = [""]
readme = "README.md"
packages = [{ include = "cpm" }]

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.6"
numpy = "*"
pandas = "*"
scikit-learn = "*"
Expand All @@ -18,18 +21,3 @@ nilearn = "*"
typer = "*"
pytest = "*"
pytest-cov = "*"
bleach = "^6.1.0"
tinycss2 = "^1.3.0"

[tool.poetry.dev-dependencies]

[tool.poetry.packages]
packages = [
{ include = "cpm" }
]

[tool.poetry.scripts]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a5b8ca9

Please sign in to comment.