File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Sphinx == 4.1.2
2
2
sphinx-autobuild == 2021.3.14
3
3
myst-parser == 0.15.2
4
- numpy >= 1.22.4
4
+ numpy >= 1.21.6
5
5
matplotlib == 3.3.4
6
6
ipywidgets == 7.6.4
7
7
pandas == 1.1.5
Original file line number Diff line number Diff line change 1
- # Copyright 2021 MONAI Consortium
1
+ # Copyright 2021-2022 MONAI Consortium
2
2
# Licensed under the Apache License, Version 2.0 (the "License");
3
3
# you may not use this file except in compliance with the License.
4
4
# You may obtain a copy of the License at
12
12
COMMON_FOOTPRINT = """
13
13
USER root
14
14
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
16
16
17
17
RUN mkdir -p /etc/monai/ \\
18
18
&& mkdir -p /opt/monai/ \\
Original file line number Diff line number Diff line change 1
- numpy >= 1.22.4
1
+ numpy >= 1.21.6
2
2
networkx >= 2.4
3
3
colorama >= 0.4.1
4
4
typeguard >= 2.12.1
You can’t perform that action at this time.
0 commit comments