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

Commits on Sep 26, 2024

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

    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 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    128b78b View commit details
    Browse the repository at this point in the history