Skip to content

Commit 01c3694

Browse files
committed
revert rapidyaml version change
1 parent c510350 commit 01c3694

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ keywords = ["sift", "sift-stack", "siftstack", "sift_py"]
2626
dependencies = [
2727
"grpcio~=1.13",
2828
"PyYAML~=6.0",
29-
# TODO: rapidyaml 0.13.0 ships C++ source that fails to compile against
30-
# the GCC version on current GitHub Actions runners (csubstr operator=
31-
# and SFINAE errors in the bundled c4core). Cap below 0.13 until either
32-
# rapidyaml ships fixed sdists or we move to binary wheels.
33-
"rapidyaml>=0.11,<0.13",
29+
"rapidyaml~=0.11",
3430
"pandas>=2.0,<3.1",
3531
"protobuf>=5.0",
3632
"pydantic~=2.10",

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)