Since the numpy released a new major version (v.2) with performance improvements and others (see the release notes: https://numpy.org/devdocs/release/2.0.0-notes.html) it will be nice if we use the newest version in the pdtable.
We should be able to do that at least for versions with pandas2. We should solve the issue with pint package mentioned here if we would like to upgrade for the python<3.10 as well (the issue: hgrecco/pint#1974 (comment)).
Btw. maybe we should not support python<3.10 anymore?
Since the numpy released a new major version (v.2) with performance improvements and others (see the release notes: https://numpy.org/devdocs/release/2.0.0-notes.html) it will be nice if we use the newest version in the
pdtable.We should be able to do that at least for versions with pandas2. We should solve the issue with
pintpackage mentioned here if we would like to upgrade for the python<3.10 as well (the issue: hgrecco/pint#1974 (comment)).Btw. maybe we should not support python<3.10 anymore?