mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Build wheels for Python 3.5.6 (issue #386).
This commit is contained in:
parent
eb9071c1b1
commit
db7a24c0a5
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -xev
|
||||
|
||||
PYTHON_VERSIONS="2.7.15 3.6.8 3.7.2"
|
||||
PYTHON_VERSIONS="2.7.15 3.5.6 3.6.8 3.7.2"
|
||||
CUDA_VERSIONS="9.0 9.2 10.0"
|
||||
CUDA_VARIANTS="cuda" # "cuda-included"
|
||||
|
||||
|
@ -40,5 +40,6 @@ build_jax () {
|
||||
|
||||
rm -fr build/dist
|
||||
build_jax 2.7.15 cp27
|
||||
build_jax 3.5.6 cp35
|
||||
build_jax 3.6.8 cp36
|
||||
build_jax 3.7.2 cp37
|
||||
|
Loading…
x
Reference in New Issue
Block a user