diff --git a/packages/nest/package.py b/packages/nest/package.py index aa32a588983ca6033eb221f65206a64bc724e701..5eb8ec3fc4ff7d9d3598360994819c790c56c022 100644 --- a/packages/nest/package.py +++ b/packages/nest/package.py @@ -73,11 +73,11 @@ class Nest(CMakePackage): conflicts('~openmp', when='@:2.10.99', msg='Option only introduced for non-ancient versions.') - #depends_on('python@2.6:2.99', when='@:2.14+python', type=('build', 'run')) depends_on('python@2.6:2.99', when='@:2.15.99+python', type=('build', 'run')) depends_on('python@2.6:', when='@2.16:+python', type=('build', 'run')) depends_on('python@3.8:', when='@3:', type=('build', 'run')) depends_on('py-numpy@:1.16.99', when='@:2.14.99+python', type=('build', 'run')) + depends_on('py-numpy@:1.23.99', when='@:3.3', type=('build', 'run', 'test')) depends_on('py-numpy', when='+python', type=('build', 'run', 'test')) depends_on('py-pandas', when='@3:', type=('test')) depends_on('py-cython@0.19.2:', when='+python', type='build')