We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321589c commit 3524082Copy full SHA for 3524082
1 file changed
pyproject.toml
@@ -30,6 +30,9 @@ scipy = "^1.15.0"
30
pretab = "^0.0.1"
31
delu = "*"
32
faiss-cpu = "*"
33
+structlog = { version = "*", optional = true }
34
+mlflow = { version = "*", optional = true }
35
+tensorboard = { version = "*", optional = true }
36
37
[tool.poetry.extras]
38
logs = ["structlog"]
0 commit comments