Skip to content

Commit

Permalink
avoid underscore in extras
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Sep 6, 2023
1 parent eddd6cb commit f58b3c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ dependencies = [
full = ["eo-learn[RAY,ZARR,FEATURES_EXTRA,MASK_EXTRA,VISUALIZATION]"]
ray = ["ray[default]"]
zarr = ["s3fs", "zarr"]
features_extra = ["numba>=0.53.0", "scikit-learn", "scipy"]
mask_extra = ["s2cloudless"]
extra = ["numba>=0.53.0", "scikit-learn", "scipy", "s2cloudless"]
visualization = ["graphviz>=0.10.1", "jinja2", "matplotlib", "pygments"]
docs = [
"eo-learn[FULL]",
Expand Down

0 comments on commit f58b3c2

Please sign in to comment.