diff --git a/pdm.lock b/pdm.lock index 46a1d23..45b1503 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev", "lint", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:36d8778fa81773f6e66aedbe7fa4d4444687ee4897c5e6b8bea3f7f001bf84aa" +content_hash = "sha256:bdf47e50c34831d2a97e032e3e32befada0ce63b526995c7ea5e89dc1a8e7572" [[metadata.targets]] requires_python = ">=3.11" @@ -1048,7 +1048,7 @@ name = "typing-extensions" version = "4.12.2" requires_python = ">=3.8" summary = "Backported and Experimental Type Hints for Python 3.8+" -groups = ["dev"] +groups = ["default", "dev"] files = [ {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, diff --git a/pyproject.toml b/pyproject.toml index 58b4e2d..dfd174c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "prognosis module" authors = [ {name = "Florian Förster", email = "f.foerster@d-opt.com"}, ] -dependencies = ["scikit-learn>=1.6.1", "pandas>=2.2.3", "xgboost>=2.1.4", "joblib>=1.4.2"] +dependencies = ["scikit-learn>=1.6.1", "pandas>=2.2.3", "xgboost>=2.1.4", "joblib>=1.4.2", "typing-extensions>=4.12.2"] requires-python = ">=3.11" readme = "README.md" license = {text = "LicenseRef-Proprietary"}