Skip to content

Commit 553bd99

Browse files
committed
Bump the min version of holoscan to the newly released 0.5.0
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 08d7147 commit 553bd99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
holoscan>=0.4.1
1+
holoscan>=0.5.0
22
numpy>=1.21.6
33
networkx>=2.4
44
colorama>=0.4.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python_requires = >= 3.7
2525
install_requires =
2626
numpy>=1.21.6
2727
networkx>=2.4
28-
holoscan>=0.4.1
28+
holoscan>=0.5.0
2929
colorama>=0.4.1
3030
typeguard~=2.12.1
3131

0 commit comments

Comments
 (0)