Skip to content

Commit eb49c10

Browse files
committed
ui is now an extra instead of a dependency group
1 parent 8051098 commit eb49c10

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ Homepage = "https://github.com/CompNet/Renard"
3636
Documentation = "https://compnet.github.io/Renard/"
3737
Repository = "https://github.com/CompNet/Renard"
3838

39+
[project.optional-dependencies]
40+
ui = [
41+
"gradio>=4.44.1",
42+
"pyvis>=0.3.2",
43+
]
44+
3945
[dependency-groups]
4046
dev = [
4147
"hypothesis>=6.82",
4248
"Sphinx>=4.3",
4349
"sphinx-rtd-theme>=1.0.0",
4450
"sphinx-autodoc-typehints>=1.12.0",
4551
]
46-
ui = [
47-
"gradio>=4.44.1",
48-
"pyvis>=0.3.2",
49-
]

uv.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)