Skip to content

Commit

Permalink
Change cffi to build only on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusCZ committed Dec 19, 2023
1 parent ea87ee1 commit 2c949a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ledfx = 'ledfx.__main__:main'

[tool.poetry.dependencies]
numpy = "^1.26"
cffi = "<=1.15.0"
cffi = {version = "<=1.15.0", platform = "linux"}
wheel = ">=0.36.2"
python = ">=3.8.1,<=3.12"
aiohttp = "^3.9.1"
Expand Down

0 comments on commit 2c949a3

Please sign in to comment.