mgdesaix / WGSassign

Population assignment from genotype likelihoods for low-coverage whole-genome sequencing data
GNU General Public License v3.0
5 stars 0 forks source link

Numpy #3

Open mgdesaix opened 2 years ago

mgdesaix commented 2 years ago

WGSassign fails if using numpy version >= 1.22.4. With numpy == 1.22.3 everything works fine, though there is a warning during build about a deprecated use from numpy. For now the solution is to use the older version of numpy but I plan to look into this in the future