diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-19 13:25:51 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 13:25:51 -0400 | 
| commit | 52862766eccda9bc08c123d70d405818aaeb56bf (patch) | |
| tree | d001724fa10074764299cce7a948026e9ccc5380 /cubeviz | |
| parent | 7a4e4ae537b69ece16fbfda83e7365b19a7cab8f (diff) | |
| download | astroconda-contrib-52862766eccda9bc08c123d70d405818aaeb56bf.tar.gz | |
Use pyqt from defaults (#535)
Diffstat (limited to 'cubeviz')
| -rw-r--r-- | cubeviz/build.sh | 11 | ||||
| -rw-r--r-- | cubeviz/meta.yaml | 2 | 
2 files changed, 1 insertions, 12 deletions
| diff --git a/cubeviz/build.sh b/cubeviz/build.sh index 7dc7def..b699425 100644 --- a/cubeviz/build.sh +++ b/cubeviz/build.sh @@ -1,12 +1 @@ -# Replace malformed pytest requirement with something sane -pytest_pattern='s/pytest==/pytest>=/' -glue_pattern='s/glueviz//' -numpy_pattern='s|numpy>=1.13|numpy>=1.11|' - -for f in setup.* -do -    sed -e ${pytest_pattern} -e ${glue_pattern} -e ${numpy_pattern} "${f}" > "${f}.new" -    mv "${f}.new" "${f}" -done -  $PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index 366f37d..d6255df 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -36,7 +36,7 @@ requirements:      - specviz >=0.7.0      - spectral-cube <0.4.4      - python -    - pyqt5 <5.12 +    - pyqt <5.12  source:      git_tag: {{ version }} | 
