-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels