Skip to content

Reduce list of base requirements #25

@frazane

Description

@frazane

Currently, the setup.py specifies the following:

base_requires = [
    "apache_beam[gcp]>=2.31.0",
    "cftime>=1.6.2",
    "numpy>=2.1.3",
    "pandas>=2.2.3",
    "scipy",
    "scikit-learn",
    "xarray>=2024.11.0",
    "zarr",
    "fsspec",
    "gcsfs",
    "absl-py",
    "pyarrow",
    "opt_einsum",
]

however, several of these libraries are not needed if one doesn't intend to use Beam pipelines or Parquet. Would it be possible to make those optional dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions