Skip to content

Commit bf03efa

Browse files
committed
WIP 2
1 parent b5fd2f5 commit bf03efa

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Install **PyTorch** first following the [official instructions](https://pytorch.
7777

7878
Then, install Genesis via PyPI:
7979
```bash
80-
pip install genesis-world # Requires Python>=3.10,<3.13;
80+
pip install genesis-world # Requires Python>=3.10,<3.14;
8181
```
8282

8383
For the latest version to date, make sure that `pip` is up-to-date via `pip install --upgrade pip`, then run command:

README_FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Page du projet : <https://genesis-embodied-ai.github.io/>
6969
Genesis est disponible via PyPI :
7070

7171
```bash
72-
pip install genesis-world # Nécessite Python>=3.10,<3.13;
72+
pip install genesis-world # Nécessite Python>=3.10,<3.14;
7373
```
7474

7575
Vous devez également installer **PyTorch** en suivant [les instructions officielles](https://pytorch.org/get-started/locally/).

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Genesisの目指すところ:
6969
GenesisはPyPIで利用可能です:
7070

7171
```bash
72-
pip install genesis-world # Python>=3.10,<3.13 が必要です;
72+
pip install genesis-world # Python>=3.10,<3.14 が必要です;
7373
```
7474

7575
また、**PyTorch**[公式手順](https://pytorch.org/get-started/locally/)に従ってインストールする必要があります。

README_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Genesis의 목표:
6969
Genesis는 PyPI를 통해 설치할 수 있습니다:
7070

7171
```bash
72-
pip install genesis-world # Python>=3.10,<3.13 필요
72+
pip install genesis-world # Python>=3.10,<3.14 필요
7373
```
7474

7575
또한, [공식 설명서](https://pytorch.org/get-started/locally/)에 따라 **PyTorch**를 설치해야 합니다.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "genesis-world"
99
version = "0.2.1"
1010
description = "A universal and generative physics engine"
1111
readme = "README.md"
12-
requires-python = ">=3.10,<3.13"
12+
requires-python = ">=3.10,<3.14"
1313
dependencies = [
1414
"psutil",
1515
"taichi >= 1.7.2",

tests/test_render.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,5 +497,3 @@ def test_madrona_batch_rendering(tmp_path, use_rasterizer, render_all_cameras, n
497497
exporter.export_frame_single_camera(i, cam_1.idx, rgb=rgba, depth=depth)
498498

499499
scene.step()
500-
501-
breakpoint()

0 commit comments

Comments
 (0)