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

fix: skip Kaleido v0.2.1.post1 in Femder runtime dependencies #8

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

jvcarli
Copy link
Owner

@jvcarli jvcarli commented Sep 26, 2024

The Kaleido version was not explicitly defined in requirements/runtime_requirements.txt. However, version v0.2.1.post1 (the latest version as of this commit) fails to install with some package managers, such as Poetry and UV.

As a result, Kaleido is now fixed to version v0.2.1, meaning the latest available version for the package is v0.2.1 instead of v0.2.1.post1.

This change will have no impact on most users, as v0.2.1.post1 only adds support for ARM32 architectures.

SEE: plotly/Kaleido#176
SEE: https://github.com/plotly/Kaleido/releases/tag/v0.2.1.post1

The Kaleido version was not explicitly defined in requirements/runtime_requirements.txt.
However, version v0.2.1.post1 (the latest version as of this commit) fails to install
with some package managers, such as Poetry and UV.

As a result, Kaleido is now fixed to version v0.2.1,
meaning the latest available version for the package is v0.2.1 instead of v0.2.1.post1.

This change will have no impact on most users,
as v0.2.1.post1 only adds support for ARM32 architectures.

SEE: plotly/Kaleido#176
SEE: https://github.com/plotly/Kaleido/releases/tag/v0.2.1.post1
@jvcarli jvcarli merged commit 276c24f into main Sep 26, 2024
2 checks passed
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 this pull request may close these issues.

1 participant