update deps

This commit is contained in:
Florian Förster 2025-03-19 14:43:55 +01:00
parent fc89c746c8
commit 3cbac3c5a1
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@ -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]]

View File

@ -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"}