Skip to content

Commit c33f1e1

Browse files
committed
Update plugin list.
1 parent e93c14a commit c33f1e1

5 files changed

Lines changed: 4 additions & 4089 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

docs/source/plugin_list.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ automatically. Packages classified as inactive are excluded.
1717
always conduct your own quality assessment before incorporating any of these plugins
1818
into your own projects.
1919

20-
This list contains 8 plugins.
20+
This list contains 7 plugins.
2121

2222
========================== ==================================================================== ============== ========= ==============
2323
name summary last release status requires
@@ -26,7 +26,6 @@ This list contains 8 plugins.
2626
:pypi:`pytask-julia` A Pytask plugin for Julia Oct 07, 2023 4 - Beta pytask >=0.4.0
2727
:pypi:`pytask-latex` Compile LaTeX documents with pytask. Nov 30, 2023 4 - Beta pytask >=0.4.0
2828
:pypi:`pytask-parallel` Parallelize the execution of tasks with pytask. May 26, 2024 4 - Beta pytask>=0.5.0
29-
:pypi:`pytask-queue` A simple queue for Python tasks Dec 19, 2024 N/A N/A
3029
:pypi:`pytask-r` Run R scripts with pytask. Apr 20, 2024 4 - Beta pytask>=0.4.5
3130
:pypi:`pytask-stata` Execute do-files with Stata and pytask. May 19, 2024 4 - Beta pytask>=0.4
3231
:pypi:`pytask-vscode` Additional Logging for VS Code integration Nov 21, 2023 3 - Alpha pytask >=0.4.2

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)