CAST-genomics / haptools

Ancestry and haplotype aware simulation of genotypes and phenotypes for complex trait analysis
https://haptools.readthedocs.io
MIT License
18 stars 4 forks source link

fix: disable numpy 2.0 since our dependencies don't yet work with it #246

Closed aryarm closed 3 months ago

aryarm commented 3 months ago

numpy 2.0 is coming out in 11 days! I hope the python world is ready

aryarm commented 3 months ago

@mlamkin7 , is this ok? I basically just disabled numpy 2 so that it won't get installed when someone tries to install the latest version of haptools. This is the same approach we took in TRTools

Unfortunately, if someone installs an older version of haptools, they might still run into the numpy issue...