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
The next version after 0.8.5 is 0.9.0. which changes the API see. Both changes influence PytorchForecastingTransform constructor. So, as I understand, we can only use 0.8.5 or ^0.9.0 with changing the PytorchForecastingTransform constructor
In addition since 0.9.1 python ^3.7.1 is required, when we have ">=3.7.0, <3.10.0"
🚀 Feature Request
Currently we pin specific version of pytorch-forecasting (0.8.5 to be exact).
Probably we should specify only minimum and maximum versions
Motivation
Library installation in existing environments would cause less dependency problems.
Proposal
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: