Skip to content
Snippets Groups Projects
Commit 830af908 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist: Committed by Eleni Mathioulaki
Browse files

fix(BSS2(hxtorch)): add missing dependency on py-quantities

parent 7aa46647
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ class Hxtorch(build_brainscales.BuildBrainscales): ...@@ -79,6 +79,7 @@ class Hxtorch(build_brainscales.BuildBrainscales):
('py-torch@1.9.1:', { "type": ('build', 'link', 'run', 'test') } ), ('py-torch@1.9.1:', { "type": ('build', 'link', 'run', 'test') } ),
('py-torchvision', { "type": ('run') } ), # for demos ('py-torchvision', { "type": ('run') } ), # for demos
('py-pyyaml', { "type": ('build', 'link', 'run') } ), ('py-pyyaml', { "type": ('build', 'link', 'run') } ),
('py-quantities@0.12.1:', { "type": ('build', 'link', 'run') } ), # PyNN-like interfacing of things?
('py-scipy', { "type": ('build', 'link', 'run') } ), ('py-scipy', { "type": ('build', 'link', 'run') } ),
('py-sqlalchemy', { "type": ('build', 'link', 'run') } ), ('py-sqlalchemy', { "type": ('build', 'link', 'run') } ),
('util-linux', { "type": ('build', 'link', 'run') } ), ('util-linux', { "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