diff --git a/pdm.lock b/pdm.lock index 78432e5..e9fd22b 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:67a794425555754c82f6ee3c7a40bac66c008d8be68ae19b805b48a58b2f5e98" +content_hash = "sha256:41f5176be4fcb68bbf9c17efe0094ec33dcf39d7090a7469db81d0f28f3d6b14" [[metadata.targets]] requires_python = ">=3.11" @@ -2339,7 +2339,7 @@ name = "setuptools" version = "80.9.0" requires_python = ">=3.9" summary = "Easily download, build, install, upgrade, and uninstall Python packages" -groups = ["nb"] +groups = ["dev", "nb"] files = [ {file = "setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922"}, {file = "setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"}, diff --git a/pyproject.toml b/pyproject.toml index 8f54cde..626e817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "py311" +name = "dopt-sensor-anomalies" version = "0.1.0" description = "anomaly detection for sensor images for quality assurance processes" authors = [ @@ -144,6 +144,7 @@ dev = [ "bump-my-version>=1.1.1", "nox>=2025.2.9", "cython>=3.1.4", + "setuptools>=80.9.0", ] nb = [ "jupyterlab>=4.3.5",