Skip to content

Commit 3524082

Browse files
committed
build: declare optional structlog/mlflow/tensorboard deps for extras
1 parent 321589c commit 3524082

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ scipy = "^1.15.0"
3030
pretab = "^0.0.1"
3131
delu = "*"
3232
faiss-cpu = "*"
33+
structlog = { version = "*", optional = true }
34+
mlflow = { version = "*", optional = true }
35+
tensorboard = { version = "*", optional = true }
3336

3437
[tool.poetry.extras]
3538
logs = ["structlog"]

0 commit comments

Comments
 (0)