Skip to content

Commit 81fd983

Browse files
lingvo-botcopybara-github
authored andcommitted
Remove references to deprecated 'sklearn'; published as lingvo 0.12.6.
https://pypi.org/project/lingvo/0.12.6/ PiperOrigin-RevId: 492477291
1 parent 33bd750 commit 81fd983

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pip_package/setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools.command.install import install
2121
from setuptools.dist import Distribution
2222

23-
__version__ = '0.12.5'
23+
__version__ = '0.12.6'
2424
project_name = 'lingvo'
2525
if '--project_name' in sys.argv:
2626
project_name_idx = sys.argv.index('--project_name')
@@ -30,21 +30,21 @@
3030

3131
REQUIRED_PACKAGES = [
3232
'attrs',
33+
'graph-compression-google-research',
3334
'ipykernel',
34-
'jupyter',
3535
'jupyter_http_over_ws',
36-
'graph-compression-google-research',
36+
'jupyter',
3737
'matplotlib',
3838
'model-pruning-google-research',
3939
'Pillow',
4040
'protobuf',
41+
'scikit-learn',
4142
'sentencepiece',
42-
'sklearn',
4343
'sympy',
4444
'tensorflow-datasets',
45-
'tensorflow~=2.9.2',
46-
'tensorflow-text~=2.9.0',
4745
'tensorflow-hub',
46+
'tensorflow-text~=2.9.0',
47+
'tensorflow~=2.9.2',
4848
]
4949

5050

0 commit comments

Comments
 (0)