UCL-CCS/Nbed

Update dependencies

Closed this issue · 2 comments

The python version is pinned to some now quite old versions, we can update this and loosen some of the restrictions on other imports

when I try a fresh poetry install there is a critical symmer / urllib3 dependancy conflict:

Because no versions of symmer match >0.0.7,<0.1.0
and symmer (0.0.7) depends on urllib3 (1.26.6), symmer (>=0.0.7,<0.1.0) requires urllib3 (1.26.6).
So, because no versions of urllib3 match 1.26.6
and nbed depends on symmer (~0.0.7), version solving failed.

closing as resolved by #142