Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Pinning to zlib 1.2 is preventing future compat #21

Closed
larsoner opened this issue Jun 20, 2024 · 0 comments · Fixed by #22
Closed

BUG: Pinning to zlib 1.2 is preventing future compat #21

larsoner opened this issue Jun 20, 2024 · 0 comments · Fixed by #22

Comments

@larsoner
Copy link
Contributor

larsoner commented Jun 20, 2024

Can it be lifted? For example trying to use python==3.12.4 requires:

└─ python 3.12.4**  is not installable because it requires
   ├─ libexpat >=2.6.2,<3.0a0 , which conflicts with any installable versions previously reported;
   ├─ libzlib >=1.3.1,<2.0a0

but this package has:

│     │     │  └─ libtheora >=1.1.1,<1.2.0a0 , which requires
│     │     │     └─ zlib 1.2.* , which can be installed;

from

- zlib 1.2.* # [unix or osx]

@seanyen you added those pins... any idea if they can be relaxed?

I don't know anything about libtheora but could try to dig upstream a bit if it could help

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

Successfully merging a pull request may close this issue.

1 participant