[WIP] Build POT against oldest-supported-numpy#347
Conversation
…ng the meta-package: https://pypi.org/project/oldest-supported-numpy/ - build all wheels
…ved Python 3.6 support - build all wheels
|
If you change That is if you want to re-add Python 3.6 support. |
|
Hello @davidghiurco and thank you for the PR. I'm not sure why but the github actions for building the wheels are not triggered so I will probably ope a new PR wfrom this one on a branc of POT to ensure that the wheels are building OK before merging |
|
@rflamary is there a difference between |
|
well build all wheels is longer because it build on ARM for linux but both should run, i really believe i need to have the pr on a branch of POT to make it work (but i don't see why it does not run in PR only from the github action conditions...) |

Types of changes
Build / setup:
numpyversion possible given the platform, while also still allowingnumpy>=1.20to be used** NOTE: I suspect POT would happily support & compile against even older
numpyversions, and maintain forward compatibility with newernumpy, but I'm not sure.pyproject.tomlin [WIP] POT build without installing cython first #293python_requiresto>=3.7. Python 3.6 support was dropped in POT release0.8.1. This configuration is also necessary to helpoldest-supported-numpyproperly determine what the oldest version ofnumpyit should use during setup.Motivation and context / Related issue
Address #346
How has this been tested (if it applies)
PR checklist