diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-13 08:56:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-13 08:56:04 -0400 |
commit | 7fc30d72ff7e86010b51cb8f57f64dd7d73b4085 (patch) | |
tree | 6b7ff2d8e38eefd956b4e4438769f2d30d896771 /webbpsf/meta.yaml | |
parent | af155fdedb3ef5d0028d66a51361f3df5243a4fd (diff) | |
download | astroconda-contrib-7fc30d72ff7e86010b51cb8f57f64dd7d73b4085.tar.gz |
Fix whitespace between version requirements
Diffstat (limited to 'webbpsf/meta.yaml')
-rw-r--r-- | webbpsf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index c7cf2a8..831b3e0 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -15,7 +15,7 @@ requirements: - numpy x.x - scipy - matplotlib - - poppy >= 0.5.0 + - poppy >=0.5.0 - six [py27] - webbpsf-data ==0.5.0 - setuptools @@ -26,7 +26,7 @@ requirements: - numpy x.x - scipy - matplotlib - - poppy >= 0.5.0 + - poppy >=0.5.0 - six [py27] - webbpsf-data ==0.5.0 - setuptools |