Tensorflow compatibility ISSUE

Which version of tensorflow is compatible with rasa 1.9.4 ??

Hi Sayali,

I’ve checked our releases on github. After downloading the 1.9.4 version I’ve found this entry in the poetry.lock file;

[[package]]
category = "main"
description = "TensorFlow is an open source machine learning framework for everyone."
name = "tensorflow"
optional = false
python-versions = "*"
version = "2.1.0"

It seems that tensorflow 2.1.0 should suffice.