The package was added to requirements.txt in https://github.com/keras-team/keras/commit/699e4c3174976d9b308a60458259a0e8544e0777 and is still present in requirements-common.txt as of https://github.com/keras-team/keras/commit/e045b6abe42ed9335a85b553cc9c609b76a8a54c. The package google
on pypi refers to a package providing search engine bindings via the googlesearch
module. However there is no match for the string googlesearch
in either the keras or tensorboard projects. Was google added to requirements.txt in addition to protobuf by mistake because of the from google.protobuf import text_format
import?
Comment From: abheesht17
Thanks for bringing this up! Resolved it in this PR: https://github.com/keras-team/keras/pull/20932
Comment From: google-ml-butler[bot]