Skip to content

Commit 3d0d7d6

Browse files
authored
Prepare Newton 1.6.0rc1 (#4139)
2 parents 9595fe4 + 34967e1 commit 3d0d7d6

4 files changed

Lines changed: 11 additions & 17 deletions

File tree

asv.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"default_benchmark_timeout": 600,
1616
"build_command": ["python -m build --wheel -o {build_cache_dir} {build_dir}"],
1717
"install_command": [
18-
"in-dir={env_dir} python -m pip install warp-lang==1.17.0 mujoco==3.12.0 mujoco-warp==3.12.0 --extra-index-url=https://pypi.nvidia.com/",
19-
"in-dir={env_dir} python -m pip install {wheel_file}[examples] --extra-index-url=https://pypi.nvidia.com/",
18+
"in-dir={env_dir} python -m pip install warp-lang==1.17.0 mujoco==3.12.0 mujoco-warp==3.12.0",
19+
"in-dir={env_dir} python -m pip install {wheel_file}[examples]",
2020
"python -m pip install torch==2.10.0+cu130 --index-url https://download.pytorch.org/whl/cu130",
2121
"python -m pip install 'asv_runner<0.3.0'"
2222
]

docs/api/newton.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ newton
7575
* - ``MAXVAL``
7676
- ``10000000000.0``
7777
* - ``__version__``
78-
- ``1.6.0.dev0``
78+
- ``1.6.0rc1``
7979
* - ``use_coord_layout_targets``
8080
- ``True``

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "newton"
7-
version = "1.6.0.dev0"
7+
version = "1.6.0rc1"
88
license = "Apache-2.0"
99
license-files = ["LICENSE.md", "newton/licenses/**/*.txt"]
1010
authors = [{ name = "Newton Developers", email = "developers@newton-physics.org" }]
@@ -149,11 +149,6 @@ module-root = ""
149149
[[tool.uv.index]]
150150
url = "https://pypi.org/simple"
151151

152-
[[tool.uv.index]]
153-
name = "nvidia"
154-
url = "https://pypi.nvidia.com/"
155-
explicit = true
156-
157152
[tool.uv]
158153
conflicts = [
159154
[
@@ -163,7 +158,6 @@ conflicts = [
163158
]
164159

165160
[tool.uv.sources]
166-
warp-lang = { index = "nvidia" }
167161
torch = [
168162
{ index = "pytorch-cu128", extra = "torch-cu12" },
169163
{ index = "pytorch-cu130", extra = "torch-cu13" },

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)