File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020from setuptools .command .install import install
2121from setuptools .dist import Distribution
2222
23- __version__ = '0.12.5 '
23+ __version__ = '0.12.6 '
2424project_name = 'lingvo'
2525if '--project_name' in sys .argv :
2626 project_name_idx = sys .argv .index ('--project_name' )
3030
3131REQUIRED_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
You can’t perform that action at this time.
0 commit comments