py-espressopp: pin py-numpy to py2 version (#15865)

This commit is contained in:
Christoph Junghans
2020-04-04 12:00:04 -06:00
committed by GitHub
parent 7f8102d6d0
commit b4271d1a26

View File

@@ -35,7 +35,7 @@ class PyEspressopp(CMakePackage):
depends_on("fftw")
depends_on("py-sphinx", when="+ug", type='build')
depends_on("py-sphinx", when="+pdf", type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-numpy@:1.16.6', type=('build', 'run'))
depends_on('py-matplotlib', when="+ug", type='build')
depends_on('py-matplotlib', when="+pdf", type='build')
depends_on("texlive", when="+pdf", type='build')