Skip to content

Commit

Permalink
Adding pybind11 dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 18, 2018
1 parent 5fcae3b commit 56576ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ dependencies:
- numpy
- sphinx-astropy
- pip:
- pybind11
- celerite
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ env:
# List runtime dependencies for the package that are available as conda
# packages here.
- CONDA_DEPENDENCIES='h5py matplotlib'
- CONDA_DEPENDENCIES_DOC='sphinx-astropy h5py matplotlib'
- CONDA_DEPENDENCIES_DOC='sphinx-astropy scipy matplotlib'

# List other runtime dependencies for the package that are available as
# pip packages here.
- PIP_DEPENDENCIES=''
- PIP_DEPENDENCIES='pybind11'

# Conda packages for affiliated packages are hosted in channel
# "astropy" while builds for astropy LTS with recent numpy versions
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generate light curves of the Sun and stars accounting for the effects of granula
License
-------

This project is Copyright (c) Brett Morris & Trevor Dorn-Wallenstein and licensed under
This project is Copyright (c) Brett Morris and licensed under
the terms of the MIT license. This package is based upon
the `Astropy package template <https://github.com/astropy/package-template>`_
which is licensed under the BSD 3-clause licence. See the licenses folder for
Expand Down

0 comments on commit 56576ad

Please sign in to comment.