Initial commit
This commit is contained in:
commit
e256e5e1ad
20 changed files with 3018 additions and 0 deletions
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[project]
|
||||
name = "2026sel3-project"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12, <3.13"
|
||||
dependencies = [
|
||||
"biorobot==0.4.2",
|
||||
"evosax==0.2.0",
|
||||
"ipykernel==7.2.0",
|
||||
"jax[cuda13]==0.9.0.1",
|
||||
"matplotlib==3.10.8",
|
||||
"mediapy==1.2.6",
|
||||
"pyopengl>=3.1.10",
|
||||
"pyopengl-accelerate>=3.1.10",
|
||||
"wandb==0.24.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.15.2",
|
||||
]
|
||||
Reference in a new issue