Skip to content

Commit df7207c

Browse files
[automated] Update plugin list (#658)
Co-authored-by: Tobias Raabe <tobiasraabe@users.noreply.github.com>
1 parent 4ed3f11 commit df7207c

4 files changed

Lines changed: 3 additions & 4087 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ tests/test_jupyter/*.txt
2727
.ruff_cache
2828
.venv
2929
docs/jupyter_execute
30+
uv.lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ members = ["packages/*"]
9292

9393
[tool.uv]
9494
dev-dependencies = [
95-
"tox-uv>=1.7.0", "pygraphviz"
95+
"tox-uv>=1.7.0", "pygraphviz;platform_system=='Linux'",
9696
]
9797

9898
[build-system]

scripts/update_plugin_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
)
7979

8080

81-
_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list"]
81+
_EXCLUDED_PACKAGES = ["pytask-io", "pytask-list", "pytask-queue"]
8282

8383

8484
def _escape_rst(text: str) -> str:

0 commit comments

Comments
 (0)