monai-weekly 1.4.dev2426__py3-none-any.whl → 1.4.dev2428__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
monai/__init__.py CHANGED
@@ -17,7 +17,7 @@ import sys
17
17
  from ._version import get_versions
18
18
 
19
19
  PY_REQUIRED_MAJOR = 3
20
- PY_REQUIRED_MINOR = 8
20
+ PY_REQUIRED_MINOR = 9
21
21
 
22
22
  version_dict = get_versions()
23
23
  __version__: str = version_dict.get("version", "0+unknown")
@@ -93,4 +93,4 @@ except BaseException:
93
93
 
94
94
  if MONAIEnvVars.debug():
95
95
  raise
96
- __commit_id__ = "2f62b81f411975f7622d0b137e18470c96b31178"
96
+ __commit_id__ = "14b086b553693f5d344ff054f37d12ce6839da06"
monai/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2024-06-30T02:18:33+0000",
11
+ "date": "2024-07-14T02:21:44+0000",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "d622a16f927841fdd7d057b7553805405f0805e4",
15
- "version": "1.4.dev2426"
14
+ "full-revisionid": "2d242d8f1b2876133bcafbe7fa5d967728a74998",
15
+ "version": "1.4.dev2428"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -551,7 +551,7 @@ class AutoRunner:
551
551
  cmd_prefix: command line prefix for subprocess running in BundleAlgo and EnsembleRunner.
552
552
  Default using env "CMD_PREFIX" or None, examples are:
553
553
 
554
- - single GPU/CPU or multinode bcprun: "python " or "/opt/conda/bin/python3.8 ",
554
+ - single GPU/CPU or multinode bcprun: "python " or "/opt/conda/bin/python3.9 ",
555
555
  - single node multi-GPU running "torchrun --nnodes=1 --nproc_per_node=2 "
556
556
 
557
557
  If user define this prefix, please make sure --nproc_per_node matches cuda_visible_device or
@@ -0,0 +1,10 @@
1
+ # Copyright (c) MONAI Consortium
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ # http://www.apache.org/licenses/LICENSE-2.0
6
+ # Unless required by applicable law or agreed to in writing, software
7
+ # distributed under the License is distributed on an "AS IS" BASIS,
8
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ # See the License for the specific language governing permissions and
10
+ # limitations under the License.
@@ -0,0 +1,10 @@
1
+ # Copyright (c) MONAI Consortium
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ # http://www.apache.org/licenses/LICENSE-2.0
6
+ # Unless required by applicable law or agreed to in writing, software
7
+ # distributed under the License is distributed on an "AS IS" BASIS,
8
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ # See the License for the specific language governing permissions and
10
+ # limitations under the License.
@@ -0,0 +1,10 @@
1
+ # Copyright (c) MONAI Consortium
2
+ # Licensed under the Apache License, Version 2.0 (the "License");
3
+ # you may not use this file except in compliance with the License.
4
+ # You may obtain a copy of the License at
5
+ # http://www.apache.org/licenses/LICENSE-2.0
6
+ # Unless required by applicable law or agreed to in writing, software
7
+ # distributed under the License is distributed on an "AS IS" BASIS,
8
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ # See the License for the specific language governing permissions and
10
+ # limitations under the License.