From 3cbac3c5a1bc5f5010e8b0b6df9b32dfcca0ac29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 19 Mar 2025 14:43:55 +0100 Subject: [PATCH] update deps --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 3540b92..de8ca95 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:b76828b29a1da485f743d5dca2c4233b4ce9dfc613ec0a0c97b3e6cc367ae57d" +content_hash = "sha256:58003d8d013a90ffc3a883bfbb6d307718a03b4103c40ece3c56c5ef78fb27ad" [[metadata.targets]] requires_python = ">=3.11" @@ -579,7 +579,7 @@ files = [ [[package]] name = "dopt-basics" -version = "0.1.1" +version = "0.1.2" requires_python = ">=3.11" summary = "basic cross-project tools for Python-based d-opt projects" groups = ["default"] @@ -587,8 +587,8 @@ dependencies = [ "tzdata>=2025.1", ] files = [ - {file = "dopt_basics-0.1.1-py3-none-any.whl", hash = "sha256:1b868e09e9eae3c33f0f871d492ae165b9104eff34f7689f924b30e8b589a6d6"}, - {file = "dopt_basics-0.1.1.tar.gz", hash = "sha256:df5e6acc2085d3ed5fb31629f8cdf44df8ef2f5342df899be1325f1e9f5dec24"}, + {file = "dopt_basics-0.1.2-py3-none-any.whl", hash = "sha256:dae8b7e31197fb173d98c74ed6f227c3dceaadf980139f0852a7f031d2e78b84"}, + {file = "dopt_basics-0.1.2.tar.gz", hash = "sha256:dc54942db95b0608fa44f7b612ee3247dad50d2538ad88a1697b3357a8b05634"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 6426d81..996fc06 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", "typing-extensions>=4.12.2", "requests>=2.32.3", "pydantic>=2.10.6", "dopt-basics>=0.1.1"] +dependencies = ["scikit-learn>=1.6.1", "pandas>=2.2.3", "xgboost>=2.1.4", "joblib>=1.4.2", "typing-extensions>=4.12.2", "requests>=2.32.3", "pydantic>=2.10.6", "dopt-basics>=0.1.2"] requires-python = ">=3.11" readme = "README.md" license = {text = "LicenseRef-Proprietary"}