Skip to content

Commit

Permalink
tests: vtk provides arm64 macOS wheels only for python >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Nov 25, 2024
1 parent 16cbba8 commit 5ba8673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ trame-xterm==0.2.1
Twisted==24.10.0
tzdata==2024.2
Unidecode==1.3.8
vtk==9.4.0
# vtk provides arm64 macOS binary wheels only for python >= 3.9.
vtk==9.4.0; python_version >= '3.9' or sys_platform != 'darwin' or platform_machine != 'arm64'
# On macOS, weasyprint requires pango and glib installed via Homebrew; on arm64, the Homebrew is
# installed in /opt/homebrew/lib and does not seem to be visible to non-Homebrew python.
weasyprint==63.0; python_version >= '3.9' and (sys_platform != 'darwin' or platform_machine != 'arm64')
Expand Down

0 comments on commit 5ba8673

Please sign in to comment.