deeptools / pyBigWig

A python extension for quick access to bigWig and bigBed files
MIT License
218 stars 49 forks source link

get np2 compatible #150

Closed WardDeb closed 5 months ago

WardDeb commented 5 months ago

Attempt to get compatibility with numpy 2.x.

Minimum python version is set to 3.9, and build system uses numpy 2.0.0 (or greater). Should be compatible with numpy 1.x as well.

Got rid of nosetests in favor of pytest without changing the test layout.