Skip to content

[FIX] Change pandas and numpy versions.

Tulio Ruiz requested to merge github/fork/vauxoo-dev/master-fix_8.0-truiz into master

The latest numpy version is not compatible with p2, the support was removed in 1.17.0: https://github.com/numpy/numpy/pull/12506 Also removed the pandas package from full requirements so it use the one from addons-vauxoo: https://github.com/Vauxoo/addons-vauxoo/blob/8.0/requirements.txt#L1

Merge request reports