You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team, @ourownstory,
We are considering introducing Neural Prophet in Darts (see: unit8co/darts#1436). Unfortunately the current requirements are a bit too strict for us. Both pytorch lightning and torchmetrics versions are currently pinned. I made a quick test and it seems your unit tests are running fine with Pytorch lightning 1.9.0. Would it be possible to consider relaxing the dependencies (at least with >=, and if possible with older lower bounds)? That could maybe also benefit some of your users.
Cheers,
Julien
The text was updated successfully, but these errors were encountered:
Hi Julien, thanks so much for considering the integration of NP into Darts.
I'm looking into the dependencies rn, we can definitely loosen them by a lot! At some point we ran into troubles with a certain version, but that should be fixed now. You can track the progress in #1145.
@hrzn, we adjusted the dependencies after some evaluations of the newer package versions. Hope that helps. Let me know if you notice any further roadblocks.
Hi team, @ourownstory,
We are considering introducing Neural Prophet in Darts (see: unit8co/darts#1436). Unfortunately the current requirements are a bit too strict for us. Both pytorch lightning and torchmetrics versions are currently pinned. I made a quick test and it seems your unit tests are running fine with Pytorch lightning 1.9.0. Would it be possible to consider relaxing the dependencies (at least with
>=
, and if possible with older lower bounds)? That could maybe also benefit some of your users.Cheers,
Julien
The text was updated successfully, but these errors were encountered: