Skip to content

Commit

Permalink
Fix libudunits2 download
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Mar 10, 2025
1 parent 7e2c1dc commit 155e29c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pyodide
3 changes: 0 additions & 3 deletions tools/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ class Package:
packages: dict[str, Package] = dict()

IGNORE_PACKAGES = {
"git2", # not a real package, experiment-in-progress
"jupyterlite-cors", # climet-eu/lab implementation detail
"jupyterlite-preload", # climet-eu/lab implementation detail
"matplotlib-pyodide", # pyodide implementation detail
"micropip", # pyodide implementation detail
"pyodide_http", # pyodide implementation detail
"widgetsnbextension", # JupyterLite mock with fake version
}

suspicious_packages = []
Expand Down

0 comments on commit 155e29c

Please sign in to comment.