chore: configure devcontainer
This commit is contained in:
parent
1f64f8a176
commit
fc9fd5a6c3
6 changed files with 136 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ dependencies = [
|
|||
"biorobot==0.4.2",
|
||||
"evosax==0.2.0",
|
||||
"ipykernel==7.2.0",
|
||||
"jax[cuda13]==0.9.0.1",
|
||||
"jax==0.9.0.1",
|
||||
"matplotlib==3.10.8",
|
||||
"mediapy==1.2.6",
|
||||
"pyopengl>=3.1.10",
|
||||
|
|
@ -16,6 +16,11 @@ dependencies = [
|
|||
"wandb==0.24.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
cuda = [
|
||||
"jax[cuda13]==0.9.0.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.15.2",
|
||||
|
|
|
|||
Reference in a new issue