File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ the `pip install` command, e.g.
45
45
46
46
| Platform | Install Command |
47
47
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
48
- | Linux aarch64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-manylinux2014_aarch64.whl ` |
49
- | Linux x86-64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-manylinux2014_x86_64.whl ` |
50
- | Windows x86-64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-win_amd64.whl ` |
48
+ | Linux aarch64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-manylinux2014_aarch64.whl ` |
49
+ | Linux x86-64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-manylinux2014_x86_64.whl ` |
50
+ | Windows x86-64 | ` pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-win_amd64.whl ` |
51
51
52
52
The ` --force-reinstall ` option may need to be used to overwrite a previous installation.
53
53
Original file line number Diff line number Diff line change 1
- 1.3.0
1
+ 1.3.1
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ the ``pip install`` command, e.g.
25
25
* - Platform
26
26
- Install Command
27
27
* - Linux aarch64
28
- - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-manylinux2014_aarch64.whl ``
28
+ - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-manylinux2014_aarch64.whl ``
29
29
* - Linux x86-64
30
- - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-manylinux2014_x86_64.whl ``
30
+ - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-manylinux2014_x86_64.whl ``
31
31
* - Windows x86-64
32
- - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.0 /warp_lang-1.3.0 +cu11-py3-none-win_amd64.whl ``
32
+ - ``pip install https://github.com/NVIDIA/warp/releases/download/v1.3.1 /warp_lang-1.3.1 +cu11-py3-none-win_amd64.whl ``
33
33
34
34
The ``--force-reinstall `` option may need to be used to overwrite a previous installation.
35
35
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
# Semantic Versioning is used: https://semver.org/
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
authors = [" NVIDIA" ]
5
5
title = " Warp Core"
6
6
description =" The core Warp Python module"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
# Semantic Versioning is used: https://semver.org/
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
authors = [" NVIDIA" ]
5
5
title = " Warp"
6
6
description =" Warp OmniGraph Nodes and Sample Scenes"
@@ -35,7 +35,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"]
35
35
"omni.timeline" = {}
36
36
"omni.ui" = {optional = true }
37
37
"omni.usd" = {}
38
- "omni.warp.core" = {version = " 1.3.0 " , exact = true }
38
+ "omni.warp.core" = {version = " 1.3.1 " , exact = true }
39
39
40
40
[[python .module ]]
41
41
name = " omni.warp._extension"
Original file line number Diff line number Diff line change 7
7
8
8
from typing import Optional
9
9
10
- version : str = "1.3.0 "
10
+ version : str = "1.3.1 "
11
11
"""Warp version string"""
12
12
13
13
verify_fp : bool = False
You can’t perform that action at this time.
0 commit comments