-
Notifications
You must be signed in to change notification settings - Fork 188
update gluonts version #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| time_feat: bool = False, | ||
| dropout: float = 0.0, | ||
| lags_seq: list = ["Q", "M", "W", "D", "H", "T", "S"], | ||
| lags_seq: list = ["QE", "ME", "W", "D", "h", "min", "s"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also requires latest pandas versions right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll be nice to check if the Colab works (with the current requirements file) before we merge this
|
@kiranmaya I've pinned the versions of numpy and pandas as was suggested... can you test if that works? |
|
It was working now. will double-check and let you know. |
|
thanks... i'll wait for your confirmation and merge |
|
working when numpy is at v 1.26.4 . but when I run demo note book as it is ,it wont execute ,because somehow ,numpy is at 2.1.0 . |
|
@kiranmaya can we pin numpy to <2 ? |
|
see my packages list once . |
|
ok lets pin numpy to <= 1.26.4 |
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject |
|
or lets not change numpy and see ? |
i think ,torch needs to be updated to 2.5.1 , currently it is torch>=2.0.0 so pip went all the way to top . |
|
@kiranmaya i just tested and all seems to work with pytorch 2.6.0 and 2.7.0 |
|
just one dependency is enough,gluonts[torch] , it is installing whatever it needs. |
|
ok let me remove the rest |
update to use latest gluonts version