nbdevAuto 0.0.44__tar.gz → 0.0.52__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.44
3
+ Version: 0.0.52
4
4
  Summary: automating nbdev
5
5
  Home-page: https://github.com/bthek1/nbdevAuto
6
6
  Author: Benedict Thekkel
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
- License-File: LICENSE
21
20
  Provides-Extra: dev
21
+ License-File: LICENSE
22
22
 
23
23
  # nbdevAuto
24
24
 
@@ -0,0 +1 @@
1
+ __version__ = "0.0.52"
@@ -98,8 +98,8 @@ def fast():
98
98
 
99
99
  # %% ../nbs/910_Automate.ipynb 21
100
100
  def create_cfast():
101
- "create conda env cfast"
101
+ "create mamba env cfast"
102
102
  import subprocess
103
103
  subprocess.run(["wget", "https://github.com/bthek1/fastAIcourse/blob/main/cfast.yml"])
104
- subprocess.run(["mamba", "create", "-n", "cfast", "-f", "cfast.yml"])
104
+ subprocess.run(["mamba", "env", "create", "-n", "cfast", "-f", "cfast.yml"])
105
105
  print(f'### cfast activated ###')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nbdevAuto
3
- Version: 0.0.44
3
+ Version: 0.0.52
4
4
  Summary: automating nbdev
5
5
  Home-page: https://github.com/bthek1/nbdevAuto
6
6
  Author: Benedict Thekkel
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.10
17
17
  Classifier: License :: OSI Approved :: Apache Software License
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
- License-File: LICENSE
21
20
  Provides-Extra: dev
21
+ License-File: LICENSE
22
22
 
23
23
  # nbdevAuto
24
24
 
@@ -1,7 +1,7 @@
1
1
  [DEFAULT]
2
2
  repo = nbdevAuto
3
3
  lib_name = nbdevAuto
4
- version = 0.0.44
4
+ version = 0.0.52
5
5
  min_python = 3.7
6
6
  license = apache2
7
7
  black_formatting = False
@@ -1 +0,0 @@
1
- __version__ = "0.0.44"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes