fastMONAI 0.5.2__tar.gz → 0.5.3__tar.gz
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.
- {fastmonai-0.5.2/fastMONAI.egg-info → fastmonai-0.5.3}/PKG-INFO +2 -2
- fastmonai-0.5.3/fastMONAI/__init__.py +1 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3/fastMONAI.egg-info}/PKG-INFO +2 -2
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/SOURCES.txt +0 -1
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/requires.txt +1 -1
- {fastmonai-0.5.2 → fastmonai-0.5.3}/settings.ini +2 -2
- fastmonai-0.5.2/fastMONAI/__init__.py +0 -1
- fastmonai-0.5.2/pyproject.toml +0 -11
- {fastmonai-0.5.2 → fastmonai-0.5.3}/CONTRIBUTING.md +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/LICENSE +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/MANIFEST.in +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/README.md +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/_modidx.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/dataset_info.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/external_data.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/research_utils.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/utils.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_all.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_augmentation.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_core.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_data.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_inference.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_loss.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_metrics.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_plot.py +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/dependency_links.txt +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/entry_points.txt +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/not-zip-safe +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/top_level.txt +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/setup.cfg +0 -0
- {fastmonai-0.5.2 → fastmonai-0.5.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastMONAI
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: fastMONAI library
|
|
5
5
|
Home-page: https://github.com/MMIV-ML/fastMONAI
|
|
6
6
|
Author: Satheshkumar Kaliyugarasan
|
|
@@ -22,7 +22,7 @@ Requires-Dist: monai==1.5.0
|
|
|
22
22
|
Requires-Dist: torchio==0.20.19
|
|
23
23
|
Requires-Dist: xlrd>=1.2.0
|
|
24
24
|
Requires-Dist: scikit-image==0.25.2
|
|
25
|
-
Requires-Dist: imagedata==3.8.
|
|
25
|
+
Requires-Dist: imagedata==3.8.14
|
|
26
26
|
Requires-Dist: mlflow==3.3.1
|
|
27
27
|
Requires-Dist: huggingface-hub
|
|
28
28
|
Requires-Dist: gdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.5.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastMONAI
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.3
|
|
4
4
|
Summary: fastMONAI library
|
|
5
5
|
Home-page: https://github.com/MMIV-ML/fastMONAI
|
|
6
6
|
Author: Satheshkumar Kaliyugarasan
|
|
@@ -22,7 +22,7 @@ Requires-Dist: monai==1.5.0
|
|
|
22
22
|
Requires-Dist: torchio==0.20.19
|
|
23
23
|
Requires-Dist: xlrd>=1.2.0
|
|
24
24
|
Requires-Dist: scikit-image==0.25.2
|
|
25
|
-
Requires-Dist: imagedata==3.8.
|
|
25
|
+
Requires-Dist: imagedata==3.8.14
|
|
26
26
|
Requires-Dist: mlflow==3.3.1
|
|
27
27
|
Requires-Dist: huggingface-hub
|
|
28
28
|
Requires-Dist: gdown
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
### Python Library ###
|
|
6
6
|
lib_name = fastMONAI
|
|
7
7
|
min_python = 3.10
|
|
8
|
-
version = 0.5.
|
|
8
|
+
version = 0.5.3
|
|
9
9
|
### OPTIONAL ###
|
|
10
10
|
|
|
11
|
-
requirements = fastai==2.8.3 monai==1.5.0 torchio==0.20.19 xlrd>=1.2.0 scikit-image==0.25.2 imagedata==3.8.
|
|
11
|
+
requirements = fastai==2.8.3 monai==1.5.0 torchio==0.20.19 xlrd>=1.2.0 scikit-image==0.25.2 imagedata==3.8.14 mlflow==3.3.1 huggingface-hub gdown gradio opencv-python plum-dispatch
|
|
12
12
|
dev_requirements = ipywidgets nbdev tabulate quarto
|
|
13
13
|
|
|
14
14
|
### nbdev ###
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.5.2"
|
fastmonai-0.5.2/pyproject.toml
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=64.0"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name="fastMONAI"
|
|
7
|
-
requires-python=">=3.10"
|
|
8
|
-
dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
|
|
9
|
-
|
|
10
|
-
[tool.uv]
|
|
11
|
-
cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|