awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.55k stars 748 forks source link

Bump up numpy version #744

Closed ehsanmok closed 4 years ago

ehsanmok commented 4 years ago

Description

Importing gluonts after pip installing it directly in a SageMaker notebook with mxnet_p36 kernel fails with

ERROR: aws-mxnet-cu101mkl 1.6.0 has requirement numpy<2.0.0,>1.16.0, but you'll have numpy 1.14.6 which is incompatible.

Is there any plan/blocker to upgrade numpy?

ehsanmok commented 4 years ago

Turns out the update happens from another dependencies, so closing this request.