Closed scele closed 6 years ago
Keras 2.2.2 has cyclic dependencies (https://github.com/keras-team/keras/issues/10505). Add hacky "remove_runtime_deps" attribute to pip_import to allow breaking such cyclic dependencies.
Also detect https://url/to/package.whl syntax in requriements.txt, and pass the URL over to bazel. This can speed up iteration cycle for custom-built external wheels that are not hosted on any pypi index server.
Keras 2.2.2 has cyclic dependencies (https://github.com/keras-team/keras/issues/10505). Add hacky "remove_runtime_deps" attribute to pip_import to allow breaking such cyclic dependencies.
Also detect https://url/to/package.whl syntax in requriements.txt, and pass the URL over to bazel. This can speed up iteration cycle for custom-built external wheels that are not hosted on any pypi index server.