Skip to content

Commit

Permalink
new: update authors
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Dec 10, 2023
1 parent fb97677 commit ffbe96e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ build-backend = "poetry_dynamic_versioning.backend"
enable = true

[tool.poetry]
name = "panoptica"
name = "eReg"
version = "0.0.0"
description = "Panoptic Quality (PQ) computation for binary masks."
authors = ["Florian Kofler <[email protected]>"]
repository = "https://github.com/BrainLesion/panoptica"
homepage = "https://github.com/BrainLesion/panoptica"
documentation = "https://panoptica.readthedocs.io/"
authors = ["Sarthak Pati", "Florian Kofler"]
repository = "https://github.com/BrainLesion/eReg"
homepage = "https://github.com/BrainLesion/eReg"
documentation = "https://eReg.readthedocs.io/"
readme = "README.md"


Expand All @@ -21,9 +21,6 @@ exclude = ["examples", "benchmark"]

[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.20.0"
connected-components-3d = "^3.12.3"
scipy = "^1.7.0"
rich = "^13.6.0"

[tool.poetry.dev-dependencies]
Expand All @@ -35,7 +32,7 @@ pytest-mock = "^3.6.0"
optional = true

[tool.poetry.group.docs.dependencies]
Sphinx = ">=7.0.0"
Sphinx = ">=7.0.0"
sphinx-copybutton = ">=0.5.2"
sphinx-rtd-theme = ">=1.3.0"
myst-parser = ">=2.0.0"
myst-parser = ">=2.0.0"

0 comments on commit ffbe96e

Please sign in to comment.