File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
xbatcher: Batch Generation from Xarray Datasets
2
2
===============================================
3
3
4
- |Build Status | |codecov | |docs | |pypi | |license |
4
+ |Build Status | |codecov | |docs | |pypi | |conda-forge | | license |
5
5
6
6
7
7
Xbatcher is a small library for iterating xarray DataArrays in batches. The
@@ -23,6 +23,9 @@ such as Keras_. View the |docs| for more info.
23
23
.. |pypi | image :: https://img.shields.io/pypi/v/xbatcher.svg
24
24
:target: https://pypi.python.org/pypi/xbatcher
25
25
: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
26
29
.. |license | image :: https://img.shields.io/github/license/mashape/apistatus.svg
27
30
:target: https://github.com/xarray-contrib/xbatcher
28
31
:alt: license
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ dependencies:
11
11
- nbsphinx
12
12
- numpy
13
13
- numpydoc
14
+ - pangeo-sphinx-book-theme
14
15
- pytest
15
16
- sphinx
16
17
- sphinx-autosummary-accessors
17
18
- sphinx-copybutton
18
19
- xarray
19
20
- pip
20
21
- pip :
21
- - pangeo-sphinx-book-theme
22
22
# relative to this file. Needs to be editable to be accepted.
23
23
- -e ../..
You can’t perform that action at this time.
0 commit comments