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()
.