Commit 5d0aa5b
committed
Lift the exact version req of omni.warp.core
Trying to enable `omni.warp` after launching Kit is not possible when
the exact version of `omni.warp.core` required differs from the one
being shipped with Kit.
To allow `omni.warp` to be loaded regardless of what version
of `omni.warp.core` is pinned by Kit, we remove the exact version
requirement.
This means that the versions of `omni.warp` and `omni.warp.core`
won't necessarily be in sync anymore, which could in theory lead to
compatibility issues. However, in practice, we expect any new feature
in `omni.warp` to not require the latest version of `omni.warp.core`,
and we also expect `omni.warp.core` to be stable.
Addresses GH-702.1 parent ef25906 commit 5d0aa5b
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments