Skip to content

Commit

Permalink
fix: skip Kaleido v0.2.1.post1 in Femder runtime dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jvcarli committed Sep 26, 2024
1 parent 2605255 commit 128b78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/runtime_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cloudpickle
gmsh
ipython
kaleido
kaleido!=0.2.1.post1 # SEE: https://github.com/plotly/Kaleido/issues/176
matplotlib
meshio
mkl
Expand Down

0 comments on commit 128b78b

Please sign in to comment.