mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Pin Tensorflow <2.0 #67

Closed afrittoli closed 4 years ago

afrittoli commented 4 years ago

On Tensorflow 2.x a lot of the API changed, and APIs that were deprecated before have been moved to tf.compat or removed.

We might move the code to 2.x eventually, but for now pin the version to 1.x to ensure things keep working.