Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Unpin cairo version in setup.py #155

Open
johnthagen opened this issue Jun 1, 2020 · 1 comment
Open

Unpin cairo version in setup.py #155

johnthagen opened this issue Jun 1, 2020 · 1 comment

Comments

@johnthagen
Copy link
Contributor

This line:

'install_requires': ['cairocffi==0.6'],

Pins cairocffi at 0.6.0, but the latest is 1.1.0: https://pypi.org/project/cairocffi/

This means that Python applications that use pcb-tools are stuck with an older version. Is there a specific reason for pinning this to a 6 year old version?

@johnthagen
Copy link
Contributor Author

This is also currently pinned in requirements.txt as well:

cairocffi==0.6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant