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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdevAuto
3
- Version: 0.0.13
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.13
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,5 +1,6 @@
1
1
  fastdownload<2,>=0.0.5
2
2
  fastcore<1.6,>=1.5.29
3
+ torchvision
3
4
  matplotlib
4
5
  pandas
5
6
  requests
@@ -17,6 +18,7 @@ ipywidgets
17
18
  pytorch-lightning
18
19
  pytorch-ignite
19
20
  transformers
21
+ sentencepiece
20
22
  tensorboard
21
23
  pydicom
22
24
  catalyst
@@ -1,7 +1,7 @@
1
1
  [DEFAULT]
2
2
  repo = nbdevAuto
3
3
  lib_name = nbdevAuto
4
- version = 0.0.13
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 torchvision>=0.8.2 sentencepiece
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