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

chore(hxtorch): Remove jaxsnn-specific deps

parent 5168af69
No related branches found
No related tags found
2 merge requests!529create new experimental release,!511fix(genpybind): Drop run-type dependency on llvm to avoid conflict
......@@ -57,7 +57,6 @@ class Hxtorch(build_brainscales.BuildBrainscales):
depends_on('psmisc', type=('run', 'test'))
depends_on('python@3.7.0:', type=('build', 'link', 'run')) # BrainScaleS-2 only supports Python >= 3.7
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-matplotlib', type=('build', 'link', 'run'))
depends_on('py-networkx', type=('build', 'link', 'run'))
depends_on('py-nose', type=('build', 'link', 'run'))
......@@ -69,7 +68,6 @@ class Hxtorch(build_brainscales.BuildBrainscales):
depends_on('py-pylint', type=('build', 'link', 'run'))
depends_on('py-torch@1.9.1:', type=('build', 'link', 'run', 'test'))
depends_on('py-torchvision', type=('run')) # for demos
depends_on('py-tree-math', 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