neuron: add dependency on py-numpy (#23375)
This commit is contained in:
parent
aa24c0de4b
commit
c39b53ffb3
@ -45,6 +45,7 @@ class Neuron(CMakePackage):
|
||||
depends_on("py-pytest", when="+python+tests")
|
||||
depends_on("readline")
|
||||
depends_on("caliper", when="+caliper")
|
||||
depends_on("py-numpy", type='run')
|
||||
|
||||
conflicts("+rx3d", when="~python")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user