Skip to content
Snippets Groups Projects
Commit 665a39fb authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fix[hxtorch] missing dependency on py-torch

parent dc7ff31a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Hxtorch(WafPackage):
depends_on('py-pycodestyle', type=('build', 'link', 'run'))
depends_on('py-pyelftools', type=('build', 'link', 'run'))
depends_on('py-pylint', type=('build', 'link', 'run'))
depends_on('py-pynn@0.9.4:', type=('build', 'link', 'run'))
depends_on('py-torch', type=('build', 'link', 'run'))
depends_on('py-pyyaml', type=('build', 'link', 'run'))
depends_on('py-scipy', type=('build', 'link', 'run'))
depends_on('py-sqlalchemy', 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