Skip to content

Commit ef71666

Browse files
committed
Add script requirements to tools/print_dataset_listing.py
1 parent c72ad07 commit ef71666

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/print_dataset_listing.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#!/usr/bin/env python
2+
# /// script
3+
# requires-python = ">=3.12"
4+
# dependencies = [
5+
# "pandas",
6+
# "pybids",
7+
# "rich",
8+
# "tabulate",
9+
# ]
10+
# ///
11+
112
"""Take the listing of examples datasets
213
and turns it into a markdown document with a series of markdown tables.
314

0 commit comments

Comments
 (0)