summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroscrappy/build.sh1
-rw-r--r--astroscrappy/meta.yaml2
-rw-r--r--ccdproc/build.sh1
3 files changed, 3 insertions, 1 deletions
diff --git a/astroscrappy/build.sh b/astroscrappy/build.sh
index 2863cbb..81fdfc7 100644
--- a/astroscrappy/build.sh
+++ b/astroscrappy/build.sh
@@ -1 +1,2 @@
+curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py
$PYTHON setup.py install --offline --no-git --single-version-externally-managed --record record.txt
diff --git a/astroscrappy/meta.yaml b/astroscrappy/meta.yaml
index c1c86c7..cf3b182 100644
--- a/astroscrappy/meta.yaml
+++ b/astroscrappy/meta.yaml
@@ -20,7 +20,7 @@ package:
requirements:
build:
- astropy
- - setuptools <38.5.1
+ - setuptools
- cython
- numpy {{ numpy }}
- python {{ python }}
diff --git a/ccdproc/build.sh b/ccdproc/build.sh
index 5a5aeeb..6cf48e5 100644
--- a/ccdproc/build.sh
+++ b/ccdproc/build.sh
@@ -1 +1,2 @@
+curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py
$PYTHON setup.py install