summaryrefslogtreecommitdiff
path: root/drizzlepac/meta.yaml
diff options
context:
space:
mode:
authorBrendan Gannon <bgannon@stsci.edu>2022-02-17 13:12:58 -0500
committerBrendan Gannon <bgannon@stsci.edu>2022-02-17 13:12:58 -0500
commit5d6eff5204ebbc914ddf8e211c193ef11d5706c3 (patch)
tree2fd5d5e4264e710ac2bcf4f742807707f07990b1 /drizzlepac/meta.yaml
parentaf6258fb5cc103a14a72629d27240fd8e96ecd9b (diff)
downloadastroconda-contrib-5d6eff5204ebbc914ddf8e211c193ef11d5706c3.tar.gz
Fixing numpy build time version + build script resolution for python dependency egg + fixing recipe version spacing issuesnumpy-build-fix
Diffstat (limited to 'drizzlepac/meta.yaml')
-rw-r--r--drizzlepac/meta.yaml21
1 files changed, 10 insertions, 11 deletions
diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml
index fe70fa9..bf1b0ac 100644
--- a/drizzlepac/meta.yaml
+++ b/drizzlepac/meta.yaml
@@ -17,8 +17,8 @@ package:
requirements:
build:
- acstools
- - astropy>=4.0.0
- - astroquery>=0.4
+ - astropy >=4.0.0
+ - astroquery >=0.4
- bokeh
- fitsblender
- graphviz
@@ -26,25 +26,25 @@ requirements:
- lxml
- nictools
- nose
- - scikit-learn>=0.20
+ - scikit-learn >=0.20
- scipy
- secretstorage [linux]
- spherical-geometry
- - stsci.image>=2.3.4
+ - stsci.image >=2.3.4
- stsci.imagestats
- - stsci.skypac>=1.0.7
+ - stsci.skypac >=1.0.7
- stsci.stimage
- - stsci.tools>=4.0
- - stwcs>=1.5.3
+ - stsci.tools >=4.0
+ - stwcs >=1.5.3
- stregion
- setuptools
- pandas
- - photutils>=1.0.0
+ - photutils >=1.0.0
- pysynphot
- pypdf2
- pytables
- - tweakwcs>=0.7.2
- - numpy=>1.19
+ - tweakwcs >=0.7.2
+ - numpy {{ numpy }}
- python {{ python }}
run:
- acstools
@@ -76,7 +76,6 @@ requirements:
- tweakwcs
- numpy
- python
-
source:
git_tag: {{ version }}