diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-06 17:26:25 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 17:26:25 -0500 | 
| commit | fa26fa5ca5373f047bd8a411385ac15732b6235f (patch) | |
| tree | 37c5050c20bff38edf0c186260c0bb1fc2474483 | |
| parent | cc1e36db4451c1e5239ec51a8e85ce716623afb5 (diff) | |
| download | astroconda-dev-fa26fa5ca5373f047bd8a411385ac15732b6235f.tar.gz | |
Remove ridiculous version lock (#15)
| -rw-r--r-- | pywcs/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pywcs/meta.yaml b/pywcs/meta.yaml index 7d3b735..6af72cb 100644 --- a/pywcs/meta.yaml +++ b/pywcs/meta.yaml @@ -17,12 +17,12 @@ requirements:      build:      - d2to1      - stsci.distutils -    - stsci.tools <=3.4.1 +    - stsci.tools      - numpy x.x      - setuptools      - python x.x      run: -    - stsci.tools <=3.4.1 +    - stsci.tools      - numpy x.x      - python x.x  source: | 
