robinhood / faust

Python Stream Processing
Other
6.7k stars 538 forks source link

incompatible venusian>=2.0 #743

Open dmartelliti opened 2 years ago

dmartelliti commented 2 years ago

Checklist

Steps to reproduce

I am trying to install a version of vinusian == 2.1.0 or higher. I need this since in previous versions they have a bug that is incompatible with what I am developing.

Expected behavior

That the latest version of faust is compatible with the venusian == 2.1.0 or the latest version.

Actual behavior

The conflict is caused by: The user requested venusian==2.1.0 faust 1.10.4 depends on venusian<2.0 and >=1.1

Versions