Skip to content

Commit 6f80e10

Browse files
committed
WIP 2
1 parent b5fd2f5 commit 6f80e10

File tree

167 files changed

+20
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+20
-13
lines changed

.github/workflows/generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Install Genesis
105105
run: |
106-
pip install -e '.[dev,render]'
106+
pip install -e '.[dev]'
107107
108108
- name: Run unit tests
109109
run: |

README.md

Lines changed: 1 addition & 1 deletion

README_FR.md

Lines changed: 1 addition & 1 deletion

README_JA.md

Lines changed: 1 addition & 1 deletion

README_KR.md

Lines changed: 1 addition & 1 deletion

pyproject.toml

Lines changed: 2 additions & 5 deletions
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",
@@ -57,10 +57,6 @@ dependencies = [
5757
"z3-solver",
5858
# Used for loading raytracing special texture images used by LuisaRender
5959
"OpenEXR",
60-
# Motion Planning library
61-
# * 1.7.0: First version distributed on PyPI (no pre-compiled binaries for Windows OS).
62-
# Fix OMPL DLL search directory.
63-
"ompl>=1.7.0; platform_system != 'Windows'",
6460
# Native batch renderer specifically designed for Genesis
6561
"gs-madrona>=0.0.2; platform_system == 'Linux' and (platform_machine == 'x86_64' or platform_machine == 'AMD64')",
6662
]
@@ -74,6 +70,7 @@ dev = [
7470
"pytest-random-order",
7571
"pytest-print",
7672
"pytest-rerunfailures",
73+
"syrupy",
7774
"huggingface_hub",
7875
"wandb",
7976
]
2.44 KB
25 KB
25.1 KB
2.32 KB

0 commit comments

Comments
 (0)