Skip to content

Commit

Permalink
Add other required deps to developer
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 2, 2024
1 parent e692040 commit 756b2ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mne/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,14 @@ def sys_info(
"sphinx-gallery",
"pydata-sphinx-theme",
"",
"# Infrastructure",
"decorator",
"jinja2",
# "lazy-loader",
"packaging",
"pooch",
"tqdm",
"",
)
try:
unicode = unicode and (sys.stdout.encoding.lower().startswith("utf"))
Expand Down

0 comments on commit 756b2ba

Please sign in to comment.