Skip to content

Commit

Permalink
Trim the build time dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jun 10, 2019
1 parent fba0521 commit c82f9e7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
[build-system]
requires = [
"wheel",
"setuptools",
"six",
"numpy>=1.11.0",
"scipy>=0.18.0",
"matplotlib>=1.3",
"emcee",
"corner",
"astropy",
]
requires = ["wheel", "setuptools", "numpy==1.14.5"]

0 comments on commit c82f9e7

Please sign in to comment.