Skip to content

Commit 29471ca

Browse files
paulgc17tf-data-validation-team
authored andcommitted
Update scikit learn dependency version
PiperOrigin-RevId: 276176947
1 parent 48b8af5 commit 29471ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Building TFDV from source does not need pyarrow anymore.
2121
* Depends on `apache-beam[gcp]>=2.16,<3`.
2222
* Depends on `six>=1.12,<2`.
23+
* Depends on `scikit-learn>=0.18,<0.22`.
2324
* Depends on `tfx-bsl>=0.15,<0.16`.
2425
* Depends on `tensorflow-metadata>=0.15,<0.16`.
2526
* Depends on `tensorflow-transform>=0.15,<0.16`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def has_ext_modules(self):
100100
'pandas>=0.24,<1',
101101

102102
# Dependency for mutual information computation.
103-
'scikit-learn>=0.18,<0.21',
103+
'scikit-learn>=0.18,<0.22',
104104

105105
# TODO(pachristopher): Consider using multi-processing provided by
106106
# Beam's DirectRunner.

0 commit comments

Comments
 (0)