Skip to content

Commit 34262bc

Browse files
authored
fix: Add performance extra to braintrust package (#50)
1 parent 7bb7615 commit 34262bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

py/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"doc": ["pydoc-markdown"],
3030
"openai-agents": ["openai-agents"],
3131
"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'"],
3234
"temporal": ["temporalio>=1.19.0; python_version>='3.10'"],
3335
}
3436

0 commit comments

Comments
 (0)