Skip to content

Commit d5d61df

Browse files
committed
move daft into an optional dependencies
1 parent 68b59d0 commit d5d61df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ requires-python = ">=3.10"
2828
# https://packaging.python.org/discussions/install-requires-vs-requirements/
2929
dependencies = [
3030
"arviz>=0.14.0",
31-
"daft",
3231
"graphviz",
3332
"ipython!=8.7.0",
3433
"matplotlib>=3.5.3",
@@ -53,6 +52,7 @@ dependencies = [
5352
dev = ["pathlib", "pre-commit", "twine", "interrogate"]
5453
docs = [
5554
"ipykernel",
55+
"daft",
5656
"linkify-it-py",
5757
"myst-nb",
5858
"pathlib",

0 commit comments

Comments
 (0)