Closed jhunkeler closed 5 years ago
I would strongly advise drizzlepac to rethink this dependency...
So, why do we need this exactly? Is this not enough?
Merging #119 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 85.21% 85.21%
=======================================
Files 73 73
Lines 5757 5757
=======================================
Hits 4906 4906
Misses 851 851
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3344036...d0fc6d2. Read the comment docs.
build-requires
ensures setuptools
(a version that supports pep-518) exists before attempting to install numpy
. Doing it this way also ensures pip
can produce a wheel package if need be.
Suddenly everything is so much more complicated. Okie dokie then.
numpy
before executingsetup()
Now that
drizzlepac
requires this package, we cannot have it failing to build becausenumpy
is missing.EDIT: xref spacetelescope/drizzlepac#231