Skip to content

Commit 7dc5b65

Browse files
committed
Fix.
1 parent ff969b5 commit 7dc5b65

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

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

4848
[dependency-groups]
49-
dev = ["pygraphviz>=1.12;platform_system=='Linux'", "coiled>=1.42.0"]
49+
dev = ["pygraphviz>=1.12;platform_system!='Windows'", "coiled>=1.42.0"]
5050
docs = [
5151
"furo>=2024.8.6",
5252
"ipython>=8.13.2",

tests/test_dag_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pytask import cli
1313

1414
try:
15-
import pygraphviz # ty: ignore[unresolved-import] # noqa: F401
15+
import pygraphviz # noqa: F401
1616
except ImportError: # pragma: no cover
1717
_IS_PYGRAPHVIZ_INSTALLED = False
1818
else:

uv.lock

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

0 commit comments

Comments
 (0)