Metadata-Version: 2.4
Name: earthkit-workflows
Version: 0.4.5
Summary: Earthkit Workflows is a Python library for declaring earthkit task DAGs, as well as scheduling and executing them on heterogeneous computing systems.
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: earthkit-data
Requires-Dist: cloudpickle
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: networkx
Requires-Dist: array-api-compat
Requires-Dist: sortedcontainers
Requires-Dist: pyvis
Requires-Dist: dill
Requires-Dist: pyrsistent
Requires-Dist: pydantic
Requires-Dist: zmq
Requires-Dist: fire
Requires-Dist: orjson
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: earthkit-data; extra == "tests"
Provides-Extra: lint
Requires-Dist: black; extra == "lint"
Requires-Dist: isort; extra == "lint"
Requires-Dist: flake8; extra == "lint"
Provides-Extra: gpu
Requires-Dist: jax[cpu]; extra == "gpu"
Requires-Dist: jax[cuda11_pip]; extra == "gpu"
Requires-Dist: cupy-cuda11x; extra == "gpu"
Requires-Dist: numba; extra == "gpu"
Provides-Extra: examples
Requires-Dist: cftime; extra == "examples"
Requires-Dist: bokeh; extra == "examples"
Provides-Extra: earthkit
Requires-Dist: earthkit-data; extra == "earthkit"
Provides-Extra: all
Requires-Dist: cascade[earthkit,examples,gpu,kubernetes,lint,tests]; extra == "all"
Dynamic: license-file
