Skip to content

Commit

Permalink
Added seaborn into the installation requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Jun 8, 2021
1 parent 7fcf63e commit f18b5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytransit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

from semantic_version import Version

__version__ = Version('2.5.8')
__version__ = Version('2.5.9')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'pytransit.utils', 'pytransit.param', 'pytransit.contamination','pytransit.lpf', 'pytransit.lpf.tess',
'pytransit.lpf.baselines','pytransit.lpf.loglikelihood'],
package_data={'':['*.cl'], 'pytransit.contamination':['data/*']},
install_requires=["numpy", "numba", "scipy", "pandas", "xarray", "tables", "semantic_version", "deprecated", "uncertainties", "pyrr"],
install_requires=["numpy", "numba", "scipy", "pandas", "xarray", "tables", "semantic_version", "deprecated", "uncertainties", "pyrr", "seaborn"],
extras_require={'celerite': ["celerite","pybind11"]},
include_package_data=True,
license='GPLv2',
Expand Down

0 comments on commit f18b5b0

Please sign in to comment.