Skip to content

Commit 0904f26

Browse files
committed
deps: add dependencies
1 parent 813e50b commit 0904f26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ classifiers = [
2727
]
2828
requires-python = ">=3.8"
2929
dependencies = [
30+
"dask",
31+
"graphviz",
32+
"plopp",
33+
"pythreejs",
34+
"orsopy",
35+
"sciline>=23.9.1",
36+
"scipp>=23.8.0",
37+
"scippneutron>=23.9.0",
3038
]
3139
dynamic = ["version"]
3240

@@ -42,6 +50,7 @@ addopts = "-ra -v"
4250
testpaths = "tests"
4351
filterwarnings = [
4452
"error",
53+
"ignore::DeprecationWarning",
4554
]
4655

4756
[tool.bandit]

0 commit comments

Comments
 (0)