File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11xbatcher: Batch Generation from Xarray Datasets
22===============================================
33
4- |Build Status | |codecov | |docs | |pypi | |license |
4+ |Build Status | |codecov | |docs | |pypi | |conda-forge | | license |
55
66
77Xbatcher is a small library for iterating xarray DataArrays in batches. The
@@ -23,6 +23,9 @@ such as Keras_. View the |docs| for more info.
2323.. |pypi | image :: https://img.shields.io/pypi/v/xbatcher.svg
2424 :target: https://pypi.python.org/pypi/xbatcher
2525 :alt: pypi
26+ .. |conda-forge | image :: https://img.shields.io/conda/vn/conda-forge/xbatcher.svg
27+ :target: https://anaconda.org/conda-forge/xbatcher
28+ :alt: conda-forge
2629.. |license | image :: https://img.shields.io/github/license/mashape/apistatus.svg
2730 :target: https://github.com/xarray-contrib/xbatcher
2831 :alt: license
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ dependencies:
1111 - nbsphinx
1212 - numpy
1313 - numpydoc
14+ - pangeo-sphinx-book-theme
1415 - pytest
1516 - sphinx
1617 - sphinx-autosummary-accessors
1718 - sphinx-copybutton
1819 - xarray
1920 - pip
2021 - pip :
21- - pangeo-sphinx-book-theme
2222 # relative to this file. Needs to be editable to be accepted.
2323 - -e ../..
You can’t perform that action at this time.
0 commit comments