Skip to content

Requirements are overly restrictive

The conda installed version of pesummary has a bunch of absolute requirements which are causing build errors, for example

pesummary 0.1.6 has requirement numpy==1.15.4, but you'll have numpy 1.16.4 which is incompatible.

In the requirements.txt, you have numpy>=1.15.4, but I think this is actually being interpreted as "equal to".