scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.27k stars 102 forks source link

CI/CD: run unit testing with the right version of numpy and python #374

Closed thibaultcordier closed 10 months ago

thibaultcordier commented 10 months ago

Describe the bug Problem of numpy and python version when running unit testing in CI/CD (actions in GitHub).

Expected behavior Change the version of numpy and python for CI/CD (when running unit testing) and run them without problem.