diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-12 22:34:15 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-01-12 22:34:15 -0500 |
commit | 5af86d3bf1961e3b8e5adbfc84db7cce242c1571 (patch) | |
tree | 47d9bd52d58b178d7cb43b22dea1d53ee12153e1 | |
parent | 4344cd803ebd5e17e60ccf488f9c7f9a6ac3d96b (diff) | |
download | cbc-recipes-5af86d3bf1961e3b8e5adbfc84db7cce242c1571.tar.gz |
Add cython dependency
-rw-r--r-- | photutils/photutils.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/photutils/photutils.ini b/photutils/photutils.ini index f66d75c..3aceb2d 100644 --- a/photutils/photutils.ini +++ b/photutils/photutils.ini @@ -21,11 +21,13 @@ build: d2to1 nose astropy >=1.1 + cython setuptools python run: astropy >=1.1 + cython setuptools python |