digitalhub 0.7.0b1__tar.gz → 0.7.0b2__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.

Potentially problematic release.


This version of digitalhub might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: digitalhub
3
- Version: 0.7.0b1
3
+ Version: 0.7.0b2
4
4
  Summary: Python SDK for Digitalhub
5
5
  Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
6
6
  License: Apache License
@@ -239,7 +239,7 @@ Requires-Dist: digitalhub-data<0.8,>=0.7.0b; extra == "data"
239
239
  Provides-Extra: full
240
240
  Requires-Dist: digitalhub-core[full]<0.8,>=0.7.0b; extra == "full"
241
241
  Requires-Dist: digitalhub-data[pandas]<0.8,>=0.7.0b; extra == "full"
242
- Requires-Dist: digitalhub-ml<0.8,>=0.7.0b; extra == "full"
242
+ Requires-Dist: digitalhub-ml[mlflow]<0.8,>=0.7.0b; extra == "full"
243
243
 
244
244
  # Digitalhub Library
245
245
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: digitalhub
3
- Version: 0.7.0b1
3
+ Version: 0.7.0b2
4
4
  Summary: Python SDK for Digitalhub
5
5
  Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
6
6
  License: Apache License
@@ -239,7 +239,7 @@ Requires-Dist: digitalhub-data<0.8,>=0.7.0b; extra == "data"
239
239
  Provides-Extra: full
240
240
  Requires-Dist: digitalhub-core[full]<0.8,>=0.7.0b; extra == "full"
241
241
  Requires-Dist: digitalhub-data[pandas]<0.8,>=0.7.0b; extra == "full"
242
- Requires-Dist: digitalhub-ml<0.8,>=0.7.0b; extra == "full"
242
+ Requires-Dist: digitalhub-ml[mlflow]<0.8,>=0.7.0b; extra == "full"
243
243
 
244
244
  # Digitalhub Library
245
245
 
@@ -10,7 +10,7 @@ digitalhub-data<0.8,>=0.7.0b
10
10
  [full]
11
11
  digitalhub-core[full]<0.8,>=0.7.0b
12
12
  digitalhub-data[pandas]<0.8,>=0.7.0b
13
- digitalhub-ml<0.8,>=0.7.0b
13
+ digitalhub-ml[mlflow]<0.8,>=0.7.0b
14
14
 
15
15
  [ml]
16
16
  digitalhub-ml<0.8,>=0.7.0b
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "digitalhub"
7
- version = "0.7.0b1"
7
+ version = "0.7.0b2"
8
8
  description = "Python SDK for Digitalhub"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -33,7 +33,7 @@ data = ["digitalhub-data>=0.7.0b, <0.8"]
33
33
  full = [
34
34
  "digitalhub-core[full]>=0.7.0b, <0.8",
35
35
  "digitalhub-data[pandas]>=0.7.0b, <0.8",
36
- "digitalhub-ml>=0.7.0b, <0.8",
36
+ "digitalhub-ml[mlflow]>=0.7.0b, <0.8",
37
37
  ]
38
38
 
39
39
  [project.urls]
@@ -55,7 +55,7 @@ line-length = 120
55
55
  convention = "numpy"
56
56
 
57
57
  [tool.bumpver]
58
- current_version = "0.7.0b1"
58
+ current_version = "0.7.0b2"
59
59
  version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
60
60
  commit_message = "Bump version {old_version} -> {new_version}"
61
61
  commit = false
File without changes
File without changes
File without changes