We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb7615 commit 34262bcCopy full SHA for 34262bc
1 file changed
py/setup.py
@@ -29,6 +29,8 @@
29
"doc": ["pydoc-markdown"],
30
"openai-agents": ["openai-agents"],
31
"otel": ["opentelemetry-api", "opentelemetry-sdk", "opentelemetry-exporter-otlp-proto-http"],
32
+ # orjson is not compatible with PyPy, so we exclude it for that platform
33
+ "performance": ["orjson; platform_python_implementation != 'PyPy'"],
34
"temporal": ["temporalio>=1.19.0; python_version>='3.10'"],
35
}
36
0 commit comments