Files
jupyter_contrib_nbextensions/meta.yaml
T
jcb91 805efe1fe2 Fix pyyaml requirement
The correct python package name is `pyyaml`. Anaconda also provides a `yaml` package, but that seems to provide Linux/Mac-only binaries, rather than python bindings.
2015-10-31 13:50:40 +00:00

40 lines
698 B
YAML

package:
name: nbextensions
version: "master"
source:
git_url: https://github.com/ipython-contrib/IPython-notebook-extensions
git_tag: master
build:
script: python setup.py install
requirements:
build:
- ipython >=4
- jupyter_client
- jupyter_core
- notebook
- nbconvert
- nbformat
- python
- traitlets
- psutil
run:
- ipython >=4
- jupyter_client
- jupyter_core
- notebook
- nbconvert
- nbformat
- python
- traitlets
- pyyaml
about:
home: https://github.com/ipython-contrib/IPython-notebook-extensions
license: Modified BSD License
summary: 'Notebook extensions for the Jupyter/IPython notebook'