We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e4590 commit d730167Copy full SHA for d730167
setup.py
@@ -1020,6 +1020,15 @@ def get_tag(self):
1020
"plotly>=5.3.0",
1021
"Pillow>=9; platform_python_implementation != 'PyPy'",
1022
],
1023
+ # Dependencies needed for testing on Windows ARM64; only those that are either
1024
+ # pure Python or have Windows ARM64 wheels as we don't want to compile wheels
1025
+ # in CI
1026
+ "test-win-arm64": [
1027
+ "cairocffi>=1.2.0",
1028
+ "networkx>=2.5",
1029
+ "pytest>=7.0.1",
1030
+ "pytest-timeout>=2.1.0",
1031
+ ],
1032
# Dependencies needed for testing on musllinux; only those that are either
1033
# pure Python or have musllinux wheels as we don't want to compile wheels
1034
# in CI
0 commit comments