Skip to content

modeltime.gluonts 0.3.1 | GluonTS 0.8.0

Latest
Compare
Choose a tag to compare
@mdancho84 mdancho84 released this 04 Aug 11:06
· 13 commits to master since this release

Installation Support

Windows Conflicting Dependencies

Improved support for conflicting package dependencies on Windows Operating Systems. Solution is to separate the installation process into two stages, which happens inside of install_gluonts(). #32

pytorch-lightning 1.3.8 depends on numpy>=1.17.2
mxnet 1.7.0.post1 depends on numpy<1.17.0 and >=1.8.2

New Uninstall Function

Users can now uninstall_gluonts().