File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ other *untested* combinations may also work.
94
94
95
95
tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
96
96
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
97
- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.0 |
98
- [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 1.15.0 |
97
+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1 |
98
+ [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1 |
99
99
[ 1.14.0] ( https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0 |
100
100
[ 1.13.0] ( https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |
101
101
[ 1.12.0] ( https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
Original file line number Diff line number Diff line change 10
10
(previously was 16.04).
11
11
* Explicitly use Keras 2 or `tf_keras`` if Keras 3 is installed.
12
12
* Added python 3.11 support.
13
- * Depends on ` tensorflow~= 2.15 ` .
13
+ * Depends on ` tensorflow 2.15 ` .
14
14
* Enable passing ` tf.saved_model.SaveOptions ` to model saving functionality.
15
15
* Census and sentiment examples updated to only use Keras instead of
16
16
estimator.
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ other *untested* combinations may also work.
93
93
94
94
tensorflow-transform | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
95
95
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
96
- [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.0
97
- [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.14 | 1.15.0 | 1.15.0
96
+ [ GitHub master] ( https://github.com/tensorflow/transform/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1
97
+ [ 1.15.0] ( https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1
98
98
[ 1.14.0] ( https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0
99
99
[ 1.13.0] ( https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0
100
100
[ 1.12.0] ( https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md ) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ def _make_required_install_packages():
50
50
'protobuf>=3.20.3,<5;python_version<"3.11"' ,
51
51
'pyarrow>=10,<11' ,
52
52
'pydot>=1.2,<2' ,
53
- 'tensorflow~ =2.15' ,
53
+ 'tensorflow> =2.15,<2.16 ' ,
54
54
'tensorflow-metadata' + select_constraint (
55
55
default = '>=1.15.0,<1.16.0' ,
56
56
nightly = '>=1.16.0.dev' ,
57
57
git_master = '@git+https://github.com/tensorflow/metadata@master' ),
58
58
'tfx-bsl' + select_constraint (
59
- default = '>=1.15.0 ,<1.16.0' ,
59
+ default = '>=1.15.1 ,<1.16.0' ,
60
60
nightly = '>=1.16.0.dev' ,
61
61
git_master = '@git+https://github.com/tensorflow/tfx-bsl@master' ),
62
62
]
You can’t perform that action at this time.
0 commit comments