Hi, I would like to build a package using pandas and numpy. In python 3.11, there is a numpy version 1.23.4 included. However, in python 3.12 and 3.13, the numpy package is no longer there. Numpy 1.23.4 cannot work in python 3.12. I know numpy 2.0.2 is included in the python ai toolkit, but pandas 1.5.1 in the toolkit cannot work with numpy >= 2. Could anyone help how I could use both together in 3.12 and 3.13?
I have tried to build numpy 1.26.4 on 3.12 but failed with message of "target_compile_features no known features for CXX compiler". Is there anyone has any experience how to do it?
------------------------------
Fran Wong
------------------------------