Skip to content

Commit

Permalink
Add packages to requirements for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Nov 26, 2019
1 parent a21deb1 commit eece183
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,17 @@ url = https://turbustat.readthedocs.org
edit_on_github = True
github_project = Astroua/TurbuStat

[check_deps]
[options]
python_requires = >=2.7
setup_requires = numpy>=1.7
install_requires =
numpy>=1.7
astropy>=2.0
matplotlib>=1.2
scipy>=0.21
scikit-learn>=0.13
statsmodels>=0.4.0
scikit-image>=0.12
cython>=0.2

[entry_points]
astropy-package-template-example = packagename.example_mod:main

0 comments on commit eece183

Please sign in to comment.