"vscode:/vscode.git/clone" did not exist on "4fae5a5aded68c7bee4d847740a619f4a56b1737"
Commit 99459eff authored by Augustin Zidek's avatar Augustin Zidek Committed by Copybara-Service
Browse files

Use tensorflow-cpu in setup.py as well.

PiperOrigin-RevId: 390608262
Change-Id: I4c49aeb2aea362d578b7de43d16bf2e418fdd96d
parent cef198e0
...@@ -39,7 +39,7 @@ setup( ...@@ -39,7 +39,7 @@ setup(
'ml-collections', 'ml-collections',
'numpy', 'numpy',
'scipy', 'scipy',
'tensorflow', 'tensorflow-cpu',
], ],
tests_require=['mock'], tests_require=['mock'],
classifiers=[ classifiers=[
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment