-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add optional dependencies See #2888 Criteria for inclusion: - Mentioned in https://xarray.pydata.org/en/stable/installing.html#optional-dependencies - Listed in PyPI - Should not fail during build (due to build dependencies or external libraries) * Update what's new doc * Document installation with extras * Apply suggestions on documenting opt dependencies Co-authored-by: Mathias Hauser <[email protected]> * Include netCDF4 to io extras * Mention that extra dep are specified in setup.cfg * Remove dummy dependency iris. Add extras docs. pip install -e '.[docs]' installs all the extra packages required to generate the documentation from source. * Literal include extras_require snippet * Modify extras as suggested by @keewis * Rm pyke, add dask[complete] and other docs deps * Apply suggestions from code review Co-authored-by: Mathias Hauser <[email protected]> * Update doc/installing.rst * Update doc/whats-new.rst Co-authored-by: Mathias Hauser <[email protected]> Co-authored-by: Deepak Cherian <[email protected]>
- Loading branch information
1 parent
db4f03e
commit 1553749
Showing
3 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters