From 830af90825cf2b7859ebeaff6919cf891fc6d6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20M=C3=BCller?= <mueller@kip.uni-heidelberg.de> Date: Mon, 10 Mar 2025 15:12:30 +0100 Subject: [PATCH] fix(BSS2(hxtorch)): add missing dependency on py-quantities --- packages/hxtorch/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hxtorch/package.py b/packages/hxtorch/package.py index 7d3a26bf..a74813aa 100644 --- a/packages/hxtorch/package.py +++ b/packages/hxtorch/package.py @@ -79,6 +79,7 @@ class Hxtorch(build_brainscales.BuildBrainscales): ('py-torch@1.9.1:', { "type": ('build', 'link', 'run', 'test') } ), ('py-torchvision', { "type": ('run') } ), # for demos ('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-sqlalchemy', { "type": ('build', 'link', 'run') } ), ('util-linux', { "type": ('build', 'link', 'run') } ), -- GitLab