Update py-numpy dependency on Python to avoid build failures (#29682)
This commit is contained in:
parent
34732c57b3
commit
20255b6161
@ -92,12 +92,12 @@ class PyNumpy(PythonPackage):
|
||||
variant('blas', default=True, description='Build with BLAS support')
|
||||
variant('lapack', default=True, description='Build with LAPACK support')
|
||||
|
||||
depends_on('python@2.7:2.8,3.4:', type=('build', 'link', 'run'), when='@:1.15')
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'link', 'run'), when='@1.16')
|
||||
depends_on('python@3.5:', type=('build', 'link', 'run'), when='@1.17:1.18')
|
||||
depends_on('python@3.6:', type=('build', 'link', 'run'), when='@1.19')
|
||||
depends_on('python@3.7:', type=('build', 'link', 'run'), when='@1.20:1.21.1')
|
||||
depends_on('python@3.7:3.10', type=('build', 'link', 'run'), when='@1.21.2:1.21')
|
||||
depends_on('python@2.7:2.8,3.4:3.6', type=('build', 'link', 'run'), when='@:1.13')
|
||||
depends_on('python@2.7:2.8,3.4:3.8', type=('build', 'link', 'run'), when='@1.14:1.15')
|
||||
depends_on('python@2.7:2.8,3.5:3.9', type=('build', 'link', 'run'), when='@1.16')
|
||||
depends_on('python@3.5:3.9', type=('build', 'link', 'run'), when='@1.17:1.18')
|
||||
depends_on('python@3.6:3.10', type=('build', 'link', 'run'), when='@1.19')
|
||||
depends_on('python@3.7:3.10', type=('build', 'link', 'run'), when='@1.20:1.21')
|
||||
depends_on('python@3.8:', type=('build', 'link', 'run'), when='@1.22:')
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-setuptools@:59', when='@:1.22.1', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user