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
Travis was showing core dumps when running the tests for Python 3.6 with TensorFlow 1.5.0, even though the tests worked locally with those versions. #78 changes the requirements.txt to require 1.4.x for now as a workaround.
Hopefully, things will work again with 1.6.0 when it's released.
The text was updated successfully, but these errors were encountered:
Also, I just noticed that I forgot to update the TensorFlow version in setup.py. It'd probably make sense to keep that more in sync with the requirements.txt, though they aren't really incompatible at the moment. Since I've only seen the incompatibility described above on Travis, I think it'd be OK to fix the setup.py when we update the TensorFlow version next.
Travis was showing core dumps when running the tests for Python 3.6 with TensorFlow 1.5.0, even though the tests worked locally with those versions. #78 changes the requirements.txt to require 1.4.x for now as a workaround.
Hopefully, things will work again with 1.6.0 when it's released.
The text was updated successfully, but these errors were encountered: