I am installing corels with poetry and there is a numpy conflict with other libraries, corels need numpy<=1.16 while other libraries require numpy>=1.20.
SolverProblemError
Because no versions of corels match >1.1.29,<2.0.0
and corels (1.1.29) depends on numpy (<=1.16), corels (>=1.1.29,<2.0.0) requires numpy (<=1.16).
And because pacmap (0.5.5) depends on numpy (>=1.20), corels (>=1.1.29,<2.0.0) is incompatible with pacmap (0.5.5).
So, because plato depends on both pacmap (0.5.5) and corels (^1.1.29), version solving failed.
I am installing
corels
with poetry and there is a numpy conflict with other libraries,corels
neednumpy<=1.16
while other libraries requirenumpy>=1.20
.