Is there any specific reason that the required modules are so outdated and strict (== vs >= in requirements.txt)? This makes it tough to use in existing projects.
Woops, I will change the restriction, thanks for noting it! Besides that, everything should be recently updated except scipy. Was having trouble getting that working with newer versions.
Is there any specific reason that the required modules are so outdated and strict (
==
vs>=
inrequirements.txt
)? This makes it tough to use in existing projects.