Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/installation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A focused installation checklist. For the full learning path, start with the
|---|---|
| Python | 3.12 or newer |
| Dependency manager | `uv` |
| Simulator backend | `genesis-world>=0.4.7` |
| Simulator backend | `genesis-world>=1.0.0,<1.1.0` (1.1.x changes APIs GeneLab relies on) |
| PyTorch | `torch>=2.8.0` through one `torch-*` extra |

## Syncing the environment
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/installation.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|---|---|
| Python | 3.12 或更新 |
| 依赖管理 | `uv` |
| 仿真后端 | `genesis-world>=0.4.7` |
| 仿真后端 | `genesis-world>=1.0.0,<1.1.0`(1.1.x 改动了 GeneLab 依赖的 API) |
| PyTorch | 通过一个 `torch-*` extra 安装 `torch>=2.8.0` |

## 同步环境
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ requires-python = ">=3.12"
authors = [{ name = "Chenhao Zhang", email = "charles040318@gmail.com" }]
maintainers = [{ name = "Chenhao Zhang", email = "charles040318@gmail.com" }]
dependencies = [
"genesis-world>=1.0.0,<2.0.0",
# Pin to Genesis 1.0.x: 1.1.x changes parts of the API GeneLab relies on.
"genesis-world>=1.0.0,<1.1.0",
"typer>=0.12",
"rich>=13",
"questionary>=2",
Expand Down
3 changes: 2 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.