Update the Python dependency for sklearn
package.
PiperOrigin-RevId: 428896276
This commit is contained in:
parent
11b4c318a2
commit
8544af2500
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ mpmath
|
|||
numpy~=1.21.5
|
||||
pandas~=1.1.4
|
||||
scipy~=1.2.1
|
||||
sklearn~=1.0.2
|
||||
scikit-learn~=1.0.2
|
||||
tensorflow-datasets~=4.5.2
|
||||
tensorflow-estimator~=2.4
|
||||
tensorflow-probability~=0.15.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ setup(
|
|||
'numpy~=1.21.5',
|
||||
'pandas~=1.1.4',
|
||||
'scipy~=1.2.1',
|
||||
'sklearn~=1.0.2',
|
||||
'scikit-learn~=1.0.2',
|
||||
'tensorflow-datasets~=4.5.2',
|
||||
'tensorflow-estimator~=2.4',
|
||||
'tensorflow-probability~=0.15.0',
|
||||
|
|
Loading…
Reference in a new issue