Skip to content

Commit 52768fa

Browse files
committed
Fix.
1 parent 7dc5b65 commit 52768fa

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test-nb:
1616

1717
# Run type checking
1818
typing:
19-
uv run --group dev --group typing --group test ty check src/ tests/
19+
uv run --group optional --group typing --group test ty check src/ tests/
2020

2121
# Run linting
2222
lint:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ name = "Tobias Raabe"
4646
email = "raabe@posteo.de"
4747

4848
[dependency-groups]
49-
dev = ["pygraphviz>=1.12;platform_system!='Windows'", "coiled>=1.42.0"]
5049
docs = [
5150
"furo>=2024.8.6",
5251
"ipython>=8.13.2",
@@ -62,6 +61,7 @@ docs = [
6261
"sphinxext-opengraph>=0.10.0",
6362
"sphinx-autobuild>=2024.10.3",
6463
]
64+
optional = ["pygraphviz>=1.12", "coiled>=1.42.0"]
6565
plugin-list = ["httpx>=0.27.0", "tabulate[widechars]>=0.9.0", "tqdm>=4.66.3"]
6666
test = [
6767
"cloudpickle>=3.0.0",

uv.lock

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

0 commit comments

Comments
 (0)