Skip to content
Snippets Groups Projects
Commit cd5c10b4 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Fix build of hxtorch

parent e4332d01
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ class Hxtorch(WafPackage): ...@@ -40,6 +40,7 @@ class Hxtorch(WafPackage):
depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it depends_on('py-h5py', type=('build', 'link', 'run')) # PyNN tests need it
depends_on('py-jax@0.3.25:', type=('build', 'link', 'run')) depends_on('py-jax@0.3.25:', type=('build', 'link', 'run'))
depends_on('py-matplotlib', type=('build', 'link', 'run')) depends_on('py-matplotlib', type=('build', 'link', 'run'))
depends_on('py-networkx', type=('build', 'link', 'run'))
depends_on('py-nose', type=('build', 'link', 'run')) depends_on('py-nose', type=('build', 'link', 'run'))
depends_on('py-numpy', type=('build', 'link', 'run')) depends_on('py-numpy', type=('build', 'link', 'run'))
depends_on('py-pybind11', type=('build', 'link', 'run')) depends_on('py-pybind11', type=('build', 'link', 'run'))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment