File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.93.0 (2022-06-03)
4
+
5
+ ### Features
6
+
7
+ * MxNet 1.9 support
8
+
9
+ ### Bug Fixes and Other Changes
10
+
11
+ * bump importlib-metadata version upperbound to support TF2.9
12
+ * fix pipeline doc code example where process.run only accepts argument
13
+ * Fix Tensorflow default model_dir generation when output_path is pipeline variable
14
+ * Support transformer data parameterization
15
+
3
16
## v2.92.2 (2022-05-31)
4
17
5
18
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.92.3 .dev0
1
+ 2.93.1 .dev0
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def read_requirements(filename):
54
54
"protobuf>=3.1,<4.0" ,
55
55
"protobuf3-to-dict>=0.1.5,<1.0" ,
56
56
"smdebug_rulesconfig==1.0.1" ,
57
- "importlib-metadata>=1.4.0,<2 .0" ,
57
+ "importlib-metadata>=1.4.0,<5 .0" ,
58
58
"packaging>=20.0" ,
59
59
"pandas" ,
60
60
"pathos" ,
You can’t perform that action at this time.
0 commit comments