deeptools / pyBigWig

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

get np2 compatible #150

Closed WardDeb closed 2 months ago

WardDeb commented 2 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.