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

hxtorch now depending on py-jax (and py-tree-math)

parent 43464d1c
No related branches found
No related tags found
3 merge requests!267create new experimental release,!260update branch,!258hxtorch will soon depend on jax
......@@ -7,3 +7,5 @@ packages:
py-torch:
version: [1.11.0]
variants: [~cuda~rocm~valgrind~mkldnn~mpi~gloo+tensorpipe~onnx_ml]
py-jax:
variants: [~cuda]
......@@ -37,6 +37,7 @@ class Hxtorch(WafPackage):
depends_on('pkgconfig', type=('build', 'link', 'run'))
depends_on('python@3.7.0:', type=('build', 'link', 'run')) # BrainScaleS(-2, type=('build', 'link', 'run')) 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-nose', type=('build', 'link', 'run'))
depends_on('py-numpy', type=('build', 'link', 'run'))
......@@ -47,6 +48,7 @@ class Hxtorch(WafPackage):
depends_on('py-pylint', 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-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