diff --git a/pyproject.toml b/pyproject.toml index d9fbb1e..b2b67bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] -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" @@ -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] @@ -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" \ No newline at end of file +myst-parser = ">=2.0.0"