We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b8af5 commit 29471caCopy full SHA for 29471ca
RELEASE.md
@@ -20,6 +20,7 @@
20
* Building TFDV from source does not need pyarrow anymore.
21
* Depends on `apache-beam[gcp]>=2.16,<3`.
22
* Depends on `six>=1.12,<2`.
23
+* Depends on `scikit-learn>=0.18,<0.22`.
24
* Depends on `tfx-bsl>=0.15,<0.16`.
25
* Depends on `tensorflow-metadata>=0.15,<0.16`.
26
* Depends on `tensorflow-transform>=0.15,<0.16`.
setup.py
@@ -100,7 +100,7 @@ def has_ext_modules(self):
100
'pandas>=0.24,<1',
101
102
# Dependency for mutual information computation.
103
- 'scikit-learn>=0.18,<0.21',
+ 'scikit-learn>=0.18,<0.22',
104
105
# TODO(pachristopher): Consider using multi-processing provided by
106
# Beam's DirectRunner.
0 commit comments