Skip to content

Commit 0d468df

Browse files
committed
fix the docs to fully document what is possible today
1 parent 4de5a45 commit 0d468df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pypi-dependencies.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@ pip.parse(
348348
"requirements.linux_x86_64.txt": "linux_x86_64",
349349
"requirements.osx_aarch64.txt": "osx_aarch64",
350350
},
351+
# We need to set these values to ensure that the METADATA is
352+
# correctly parsed after downloading wheels.
353+
experimental_target_platforms = [
354+
"cp39_linux_x86_64",
355+
"cp39_osx_aarch64",
356+
],
351357
)
352358
```
353359

0 commit comments

Comments
 (0)