Skip to content

Commit f6fd02f

Browse files
authored
Fix the build of cramjam a subdependency of fastavro (#145)
1 parent 1701dcf commit f6fd02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ geoip = [
4747
"maxminddb",
4848
]
4949
avro = [
50+
"cramjam<2.8.4; platform_python_implementation == 'PyPy' and python_version == '3.9'",
5051
"fastavro[snappy]",
5152
]
5253
duckdb = [

0 commit comments

Comments
 (0)