Skip to content

Commit

Permalink
Remove the ecmwf-api-client pure Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Mar 10, 2025
1 parent 7e2c1dc commit d05418a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
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
1 change: 0 additions & 1 deletion venv/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ contourpy == 1.3.0
earthkit-data == 0.11.4
earthkit-regrid == 0.3.5
eccodes == 2.39.1
ecmwf-api-client == 1.6.3
field-compression-benchmark == 0.0.15
filelock == 3.16.1
findlibs == 0.0.5
Expand Down
2 changes: 1 addition & 1 deletion venv/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ earthkit-regrid == 0.3.5
earthkit-time == 0.1.6
earthkit-transforms == 0.3.4.1
eccodes == 2.39.1
ecmwf-api-client == 1.6.3
ecmwf-api-client == 1.6.4
ecmwf-opendata == 0.3.19
entrypoints == 0.4
executing == 2.1.0
Expand Down

0 comments on commit d05418a

Please sign in to comment.