Skip to content

Commit

Permalink
Turn install requires into minimal requirements, with no pinned versi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
jason-neal committed Jan 14, 2018
1 parent 7a02f8a commit e2a0446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=requirements,
#install_requires=requirements,
install_requires=["numpy", "scipy", "astropy", "pyastronomy", "matplotlib",],
setup_requires=['pytest-runner'],
tests_require=['pytest', "hypothesis", "pytest-cov"],
# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit e2a0446

Please sign in to comment.