Skip to content

Commit

Permalink
FEAT: Added extras_require for xee support
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jan 20, 2024
1 parent 38583da commit 06d710d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def read(filename):
"stackstac>=0.4.4",
"xarray>=2023.6.0",
],
extras_require={
"ee": ["xee>=0.0.6"],
},
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 06d710d

Please sign in to comment.