summaryrefslogtreecommitdiff
path: root/poppy
diff options
context:
space:
mode:
authorBrendan Gannon <brendan.gannon2@gmail.com>2022-02-17 12:49:18 -0500
committerGitHub <noreply@github.com>2022-02-17 12:49:18 -0500
commitaf6258fb5cc103a14a72629d27240fd8e96ecd9b (patch)
tree7ca811c5099590cee6d23e719f35aa1c50231781 /poppy
parent34568b916e07003f84bfede8caaf10c882f00808 (diff)
downloadastroconda-contrib-af6258fb5cc103a14a72629d27240fd8e96ecd9b.tar.gz
updating poppy dependencies (#753)
* updating poppy dependencies * fixing spacing * fixing numpy build dependency to remove python eggs * removing fonttools dependency, no longer needed Co-authored-by: Brendan Gannon <bgannon@stsci.edu>
Diffstat (limited to 'poppy')
-rw-r--r--poppy/build.sh3
-rw-r--r--poppy/meta.yaml2
2 files changed, 2 insertions, 3 deletions
diff --git a/poppy/build.sh b/poppy/build.sh
index 56f0b30..6df1dab 100644
--- a/poppy/build.sh
+++ b/poppy/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
diff --git a/poppy/meta.yaml b/poppy/meta.yaml
index 7210736..a752d49 100644
--- a/poppy/meta.yaml
+++ b/poppy/meta.yaml
@@ -21,7 +21,7 @@ package:
requirements:
build:
- astropy >=4.0.0
- - numpy >=1.18.0
+ - numpy {{ numpy }}
- scipy >=1.5.0
- matplotlib >=3.2.0
- setuptools