Commit dc9849e
authored
Project and doc changes to get ready to release 3.1 minor update (#551)
* Tests show that newest MONAI v1.5 is not compatible with Holoscan SDK v3.6
due to MONAI v1.5 limits torch <2.7, and the installed torch 2.6 has an older
version of the cuda12 runtime, libcudart.so.12 at 12.4 which is not compatible
with HSDK v3.6 (CUDA >=12.6.77).
So need to limit HSDK dependency to ~=3.5.0
Signed-off-by: M Q <[email protected]>
* Make Python 3.10 the min version for the code, while still at 3.9 for doc build.
Signed-off-by: M Q <[email protected]>
* Need set holoscan<=3.5 so that doc build with Python 3.9 may work
Signed-off-by: M Q <[email protected]>
* Still need to include Python3.9 for doc build, as temp fix
Signed-off-by: M Q <[email protected]>
* One more fix
Signed-off-by: M Q <[email protected]>
* last one?
Signed-off-by: M Q <[email protected]>
---------
Signed-off-by: M Q <[email protected]>1 parent 7da6e97 commit dc9849e
File tree
6 files changed
+523
-524
lines changed- .github/workflows
- docs/source/release_notes
- notebooks/tutorials
6 files changed
+523
-524
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments