Skip to content

Commit dd19d3a

Browse files
Merge branch 'ccrouzet/remove-exact-req' into 'main'
Lift the Exact Version Requirement of `omni.warp.core` (GH-702) See merge request omniverse/warp!1286
2 parents a7084d8 + 5d0aa5b commit dd19d3a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
([GH-506](https://github.com/NVIDIA/warp/issues/506)).
5454
- Return a constant value from `len()` where possible.
5555
- Rename the internal function `wp.types.type_length()` to `type_size()`.
56+
- Lift the exact version requirement in `omni.warp` towards `omni.warp.core`
57+
([GH-702](https://github.com/NVIDIA/warp/issues/702)).
5658

5759
### Fixed
5860

exts/omni.warp/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"]
3636
"omni.timeline" = {}
3737
"omni.ui" = {optional = true}
3838
"omni.usd" = {}
39-
"omni.warp.core" = {version = "1.7.1", exact = true}
39+
"omni.warp.core" = {}
4040
"usdrt.scenegraph" = {}
4141

4242
[settings]

0 commit comments

Comments
 (0)