Skip to content

Commit 40d65fd

Browse files
committed
Keep Numpy at 1.21.6 for Python 3.7 support
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent ecc634f commit 40d65fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sphinx==4.1.2
22
sphinx-autobuild==2021.3.14
33
myst-parser==0.15.2
4-
numpy>=1.22.4
4+
numpy>=1.21.6
55
matplotlib==3.3.4
66
ipywidgets==7.6.4
77
pandas==1.1.5

monai/deploy/packager/templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 MONAI Consortium
1+
# Copyright 2021-2022 MONAI Consortium
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -12,7 +12,7 @@
1212
COMMON_FOOTPRINT = """
1313
USER root
1414
15-
RUN pip install --no-cache-dir --upgrade setuptools==59.5.0 pip==22.3 wheel==0.37.1 numpy>=1.22.4
15+
RUN pip install --no-cache-dir --upgrade setuptools==59.5.0 pip==22.3 wheel==0.37.1 numpy>=1.21.6
1616
1717
RUN mkdir -p /etc/monai/ \\
1818
&& mkdir -p /opt/monai/ \\

requirements.txt

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

0 commit comments

Comments
 (0)