nbdevAuto 0.0.13__tar.gz → 0.0.15__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.
- {nbdevAuto-0.0.13/nbdevAuto.egg-info → nbdevAuto-0.0.15}/PKG-INFO +3 -1
- nbdevAuto-0.0.15/nbdevAuto/__init__.py +1 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15/nbdevAuto.egg-info}/PKG-INFO +3 -1
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/requires.txt +2 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/settings.ini +4 -4
- nbdevAuto-0.0.13/nbdevAuto/__init__.py +0 -1
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/LICENSE +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/MANIFEST.in +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/README.md +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto/_modidx.py +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto/automate.py +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto/core.py +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto/functions.py +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/SOURCES.txt +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/dependency_links.txt +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/entry_points.txt +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/not-zip-safe +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/nbdevAuto.egg-info/top_level.txt +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/setup.cfg +0 -0
- {nbdevAuto-0.0.13 → nbdevAuto-0.0.15}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdevAuto
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.15
|
|
4
4
|
Summary: automating nbdev
|
|
5
5
|
Home-page: https://github.com/bthek1/nbdevAuto
|
|
6
6
|
Author: Benedict Thekkel
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: fastdownload<2,>=0.0.5
|
|
22
22
|
Requires-Dist: fastcore<1.6,>=1.5.29
|
|
23
|
+
Requires-Dist: torchvision
|
|
23
24
|
Requires-Dist: matplotlib
|
|
24
25
|
Requires-Dist: pandas
|
|
25
26
|
Requires-Dist: requests
|
|
@@ -36,6 +37,7 @@ Requires-Dist: ipywidgets; extra == "dev"
|
|
|
36
37
|
Requires-Dist: pytorch-lightning; extra == "dev"
|
|
37
38
|
Requires-Dist: pytorch-ignite; extra == "dev"
|
|
38
39
|
Requires-Dist: transformers; extra == "dev"
|
|
40
|
+
Requires-Dist: sentencepiece; extra == "dev"
|
|
39
41
|
Requires-Dist: tensorboard; extra == "dev"
|
|
40
42
|
Requires-Dist: pydicom; extra == "dev"
|
|
41
43
|
Requires-Dist: catalyst; extra == "dev"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.15"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nbdevAuto
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.15
|
|
4
4
|
Summary: automating nbdev
|
|
5
5
|
Home-page: https://github.com/bthek1/nbdevAuto
|
|
6
6
|
Author: Benedict Thekkel
|
|
@@ -20,6 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: fastdownload<2,>=0.0.5
|
|
22
22
|
Requires-Dist: fastcore<1.6,>=1.5.29
|
|
23
|
+
Requires-Dist: torchvision
|
|
23
24
|
Requires-Dist: matplotlib
|
|
24
25
|
Requires-Dist: pandas
|
|
25
26
|
Requires-Dist: requests
|
|
@@ -36,6 +37,7 @@ Requires-Dist: ipywidgets; extra == "dev"
|
|
|
36
37
|
Requires-Dist: pytorch-lightning; extra == "dev"
|
|
37
38
|
Requires-Dist: pytorch-ignite; extra == "dev"
|
|
38
39
|
Requires-Dist: transformers; extra == "dev"
|
|
40
|
+
Requires-Dist: sentencepiece; extra == "dev"
|
|
39
41
|
Requires-Dist: tensorboard; extra == "dev"
|
|
40
42
|
Requires-Dist: pydicom; extra == "dev"
|
|
41
43
|
Requires-Dist: catalyst; extra == "dev"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[DEFAULT]
|
|
2
2
|
repo = nbdevAuto
|
|
3
3
|
lib_name = nbdevAuto
|
|
4
|
-
version = 0.0.
|
|
4
|
+
version = 0.0.15
|
|
5
5
|
min_python = 3.7
|
|
6
6
|
license = apache2
|
|
7
7
|
black_formatting = False
|
|
@@ -32,9 +32,9 @@ allowed_cell_metadata_keys =
|
|
|
32
32
|
jupyter_hooks = True
|
|
33
33
|
clean_ids = True
|
|
34
34
|
clear_all = False
|
|
35
|
-
requirements = fastdownload>=0.0.5,<2 fastcore>=1.5.29,<1.6 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<4 packaging fastbook
|
|
36
|
-
conda_requirements = pytorch>=1.7,<2.1
|
|
37
|
-
dev_requirements = ipywidgets pytorch-lightning pytorch-ignite transformers tensorboard pydicom catalyst flask_compress captum>=0.3 flask wandb kornia scikit-image neptune-client comet_ml albumentations opencv-python pyarrow catalyst ninja timm>=0.6.2.dev accelerate>=0.10.0
|
|
35
|
+
requirements = fastdownload>=0.0.5,<2 fastcore>=1.5.29,<1.6 torchvision matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<4 packaging fastbook
|
|
36
|
+
conda_requirements = pytorch>=1.7,<2.1
|
|
37
|
+
dev_requirements = ipywidgets pytorch-lightning pytorch-ignite transformers sentencepiece tensorboard pydicom catalyst flask_compress captum>=0.3 flask wandb kornia scikit-image neptune-client comet_ml albumentations opencv-python pyarrow catalyst ninja timm>=0.6.2.dev accelerate>=0.10.0
|
|
38
38
|
console_scripts =
|
|
39
39
|
prep=nbdevAuto.automate:prep
|
|
40
40
|
gacp=nbdevAuto.automate:gacp
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.13"
|
|
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
|