MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

Update numpy to 1.22.0 #76

Closed mFeigeInvia closed 2 years ago

mFeigeInvia commented 2 years ago

mstrio-py requiere explicit numpy==1.20.2 but current is 1.22.0 and most of the libs using/require new Versions than 1.20.2.

urszulajaczewska commented 2 years ago

Hi @mFeigeInvia, we'll look into it and I'll come back with an answer as soon as possible.

urszulajaczewska commented 2 years ago

@mFeigeInvia We support numpy in versions 'numpy>=1.18.1, <1.22'. In the requirements the version will be updated to 1.21.4 at the end of the month but you can overwrite it. If you want to use higher version than supported, you can update it manually but at your own risk.

urszulajaczewska commented 2 years ago

Hi @mFeigeInvia, in March release we've updated NumPy version. Currently it's numpy==1.22.3 and supported versions are numpy>=1.22.2, <1.23.