fix(hpc): cuda
This commit is contained in:
parent
7e902aa8b6
commit
6065603fbd
2 changed files with 2 additions and 2 deletions
2
env/hpc/requirements.txt
vendored
2
env/hpc/requirements.txt
vendored
|
|
@ -4,7 +4,7 @@ evosax==0.2.0
|
|||
flax>=0.12.2
|
||||
gymnasium>=1.2.3
|
||||
ipykernel==7.2.0
|
||||
jax==0.9.0.1
|
||||
jax[cuda12]==0.9.0.1
|
||||
numpy>=2.0.0
|
||||
scipy>=1.14.0
|
||||
protobuf>=5.0.0
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
cuda = [
|
||||
"jax[cuda13]==0.9.0.1",
|
||||
"jax[cuda12]==0.9.0.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
Reference in a new issue