numbbo / coco

Numerical Black-Box Optimization Benchmarking Framework
https://numbbo.github.io/coco
Other
263 stars 91 forks source link

[Bug report] cocopp on PyPI is incompatible with numpy 2.0 #2313

Closed nikohansen closed 4 months ago

nikohansen commented 4 months ago

hence, in a freshly installed Python environment,

pip install cocopp
import cocopp

fails!

This was fixed in the development branch with commit af9e249f98c088c30292bdad2681a544c91c99af

The fixed version of cocopp needs to be uploaded to PyPI.

nikohansen commented 4 months ago

cocopp on PyPI is now uptodate.