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

hxtorch(BrainScaleS): Fix dependencies on py-torch{,vision}

parent 94367671
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ class Hxtorch(WafPackage): ...@@ -46,7 +46,8 @@ class Hxtorch(WafPackage):
depends_on('py-pycodestyle', type=('build', 'link', 'run')) depends_on('py-pycodestyle', type=('build', 'link', 'run'))
depends_on('py-pyelftools', type=('build', 'link', 'run')) depends_on('py-pyelftools', type=('build', 'link', 'run'))
depends_on('py-pylint', type=('build', 'link', 'run')) depends_on('py-pylint', type=('build', 'link', 'run'))
depends_on('py-torch', type=('build', 'link', 'run')) depends_on('py-torch@1.9.1:', type=('build', 'link', 'run'))
depends_on('py-torchvision', type=('run')) # for demos
depends_on('py-pyyaml', type=('build', 'link', 'run')) depends_on('py-pyyaml', type=('build', 'link', 'run'))
depends_on('py-scipy', type=('build', 'link', 'run')) depends_on('py-scipy', type=('build', 'link', 'run'))
depends_on('py-sqlalchemy', type=('build', 'link', 'run')) depends_on('py-sqlalchemy', type=('build', 'link', 'run'))
......
...@@ -56,7 +56,6 @@ spack: ...@@ -56,7 +56,6 @@ spack:
- py-efel@4.0.4 - py-efel@4.0.4
- py-hbp-neuromorphic-platform@0.10.1 - py-hbp-neuromorphic-platform@0.10.1
- py-torch~cuda~rocm~valgrind~mkldnn~mpi~gloo+tensorpipe~onnx_ml@1.11.0:^protobuf@:3.17.999 - py-torch~cuda~rocm~valgrind~mkldnn~mpi~gloo+tensorpipe~onnx_ml@1.11.0:^protobuf@:3.17.999
- py-torchvision
- py-lfpy@2.3 - py-lfpy@2.3
- py-elephant - py-elephant
- py-frites - py-frites
......
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