Dependencies?

Does RASA depend on Spacy ?

If yes how to find the installed&required versions ?

I’m asking because it seems rasa downgraded! my spacy version from 2.1 to 2.0 and this messes other stuff …

Can I upgrade to the latest spacy version ? will this break Rasa ?

BTW I dont use Spacy pipeline …

PS> the same for tensorflow. Can I upgrade to 2.0 ?

Hi @sten,

there is no absolute need to use spacy. There are pipelines that work without Spacy - I recommend the documentation here. However, Spacy comes with some cool advantages that might be of interest for you.

I am currently experimenting a lot with different Spacy features and can confirm, that the last recent version of Spacy (2.2.2) does not break any function inside rasa.

In terms of tensorflow I am not quite sure. The Rasa team recently updated Rasa to the support of tensorflow 1.15. I’d recommend either to simply try it or to wait until the update comes with TF 2.0 since Google changed a lot here.

Regards Julian

1 Like