diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-13 14:08:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 14:08:41 -0500 |
commit | 2a3a72bd0f7c12d455233ebb6e8617454591f683 (patch) | |
tree | 6da5dc6ebdc3089af6a6514af0d523cdb048035c | |
parent | b8ecf99cfa9722ebed5e685286c9681f58a53b0f (diff) | |
download | astroconda-dev-2a3a72bd0f7c12d455233ebb6e8617454591f683.tar.gz |
Allow py36 (#19)
-rw-r--r-- | astropy/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 19a29ca..86c8e89 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -20,7 +20,7 @@ requirements: - python x.x run: - beautiful-soup [py27 or py34] - - beautifulsoup4 [py35] + - beautifulsoup4 [py>=35] - cython - h5py - ipython |