Skip to content

Commit 3f2a1b4

Browse files
MMelQinSimoneBendazzoli93
authored andcommitted
Prepared changes for releasing v3 (Project-MONAI#538)
* Prepared changes for releasing v3 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Bump the required version to 3.9 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Update Python version references to 3.9 in documentation and configuration files - Updated .gitignore to include new input and test directories. - Changed Python version from 3.8 to 3.9 in .readthedocs.yml, setup.cfg, and run script. - Updated documentation to reflect the use of Python 3.9 in various tutorials. Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com> Signed-off-by: Simone Bendazzoli <simben@kth.se>
1 parent 90f866f commit 3f2a1b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/release_notes/v3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 3.0.0 (April 22nd, 2025)
1+
# Version 2.0.0 (April 24th, 2024)
22

33
## What's new in 3.0.0
44

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
holoscan~=2.0
1+
holoscan~=3.0
2+
holoscan-cli~=3.0
23
numpy>=1.21.6
34
colorama>=0.4.1
4-
tritonclient[all]
5+
tritonclient[all]>=2.53.0
56
typeguard>=3.0.0

0 commit comments

Comments
 (0)