You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
While running test cases using Bazel, I found that using default TensorFlow installation i.e. tensorflow==2.0 a lot of test cases will fail. Few functionalities used in this project are deprecated in TF 2.0.
@ritwik12 I have installed the same versions of the dependencies and have tried v3.1 of bazel as well as v2.0. But I still have build issues. The first issue is: ERROR: C:/projects/exoplanet-ml/exoplanet-ml/light_curve/BUILD:74:1: name 'py_proto_library' is not defined (did you mean 'cc_proto_library'?) Any thoughts on what to try next?
While running test cases using Bazel, I found that using default TensorFlow installation i.e.
tensorflow==2.0
a lot of test cases will fail. Few functionalities used in this project are deprecated in TF 2.0.Working version of tensorflow dependencies are:
Also, as per the conclusions from this issue we need to update
tensorflow
version inREADME.md
andrequirements.txt
in #8The text was updated successfully, but these errors were encountered: