Hacker News new | ask | show | jobs
by spyder 1776 days ago
> I suggest moving the Prophet, Torch, and Pmdarima dependencies to setuptools "extras",

Yep, the dependence on Prophet prevented me to quickly try darts on a Windows machine because of the pystan issue with prophet:

https://github.com/facebook/prophet/issues/732

May try it later on Linux.

1 comments

You can try installing it using

    pip install 'u8darts[torch]'
This will give you everything besides Prophet and pmdarima.