corels / pycorels

Public home of pycorels, the python binding to CORELS
GNU General Public License v3.0
74 stars 14 forks source link

Conflict numpy<=1.16 #21

Open ibiscp opened 2 years ago

ibiscp commented 2 years ago

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.