Live data from Hacker News

Unpin.py – a tool to remove harmful version constraints from wheels

github.com

1–2 of 2 posts

Re: Unpin.py – a tool to remove harmful version constraints from wheels

#2
Some authors of tools/libs written in python prefer to set upper bounds on dependencies versions. It causes conflicts, but they don't care: "just use virtualenvs". Of course vens don't solve the issue, but the authors don't care.

This tool removes these harmful constraints.