add joblib depenedency

This commit is contained in:
Valentin Boettcher 2025-01-30 10:52:03 -05:00
parent 04068aa6c0
commit 5a6231e2e6
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE
2 changed files with 14 additions and 2 deletions

15
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "contourpy"
@ -159,6 +159,17 @@ ufo = ["fs (>=2.2.0,<3)"]
unicode = ["unicodedata2 (>=15.1.0)"]
woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"]
[[package]]
name = "joblib"
version = "1.4.2"
description = "Lightweight pipelining with Python functions"
optional = false
python-versions = ">=3.8"
files = [
{file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"},
{file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"},
]
[[package]]
name = "kiwisolver"
version = "1.4.7"
@ -627,4 +638,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e8fee310a95ffc2f4e8206aabf8eef08f2c130f65e0bac52c86d700e75129162"
content-hash = "5c6172f490aa7e43e18044d39f407b5f5fc509dfb300c1da393d2ed8cba1add1"

View file

@ -15,6 +15,7 @@ python = "^3.11"
matplotlib = "^3.9.2"
pyyaml = "^6.0.2"
typing-extensions = "^4.12.2"
joblib = "^1.4.2"
[build-system]