toybox-rs / Toybox

The Machine Learning Toybox for testing the behavior of autonomous agents.
http://toybox.rs
27 stars 12 forks source link

Tensorflow/tensorboard requirements #145

Closed agentzel closed 4 years ago

agentzel commented 4 years ago

The requirements file for Toybox lists tensorflow<2.0.0 and tensorboard<2.1.0,>=2.0.0. However, after installing tensorflow 1.1.15, trying to install tensorboard 2.0.1 produces an error:

ERROR: tensorflow 1.15.0 has requirement tensorboard<1.16.0,>=1.15.0, but you'll have tensorboard 2.0.1 which is incompatible.

etosch commented 4 years ago

Currently have less strict tensorboard requirements.