Skip to content

Commit 6299047

Browse files
committed
Merge remote-tracking branch 'origin/main' into grain
2 parents 016cfd2 + b4a5470 commit 6299047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.queue.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,9 +2374,9 @@ packages:
23742374
version: 0.2.18
23752375
home: https://github.com/google/grain
23762376
repo: https://github.com/google/grain
2377-
status: queued
2378-
pr: null
2379-
notes: '8 Linux wheels upstream (abi: cp311,cp312,cp313,cp314); no riscv64 on PyPI or pypi.riseproject.dev.'
2377+
status: in-progress
2378+
pr: 2124
2379+
notes: '8 Linux wheels upstream (abi: cp311,cp312,cp313,cp314); no riscv64 on PyPI or pypi.riseproject.dev. Feasible: the compiled surface is one pybind11 extension (index_shuffle, statically linking abseil-cpp) plus a generated protobuf module, and array-record 0.8.3 - the dependency that would have blocked this - is already published here for cp312/cp313/cp314 (no cp311, which sets the matrix). Bazel bootstrapped from source at 7.5.0 like array-record/ray/labmaze, sharing their actions/cache key. Upstream''s `bazel build ...` is unusable on riscv64: 85 BUILD deps reach the @pypi hub, whose test_requirements lock pins jaxlib==0.8.0 and scipy with hashes, and jaxlib has no riscv64 wheel and no sdist - so only the three targets whose output reaches the wheel are built (verified locally in manylinux_2_34_x86_64: the module graph resolves and all three analyse with zero @pypi/jaxlib/scipy fetches). rules_python 1.6.0 carries riscv64 CPython for 3.11-3.14 inclusive. Tests: upstream''s default CI mode is `bazel test` (one process per py_test target), and its OSS pytest fallback is not a tested path - `pytest --pyargs grain` in one process makes data_loader_test''s 120 tests fail that pass 120/120 alone, so the workflow runs each test file as its own process. PR #2124 open, CI running.'
23802380
- pkg: ruptures
23812381
version: 1.1.10
23822382
home: https://github.com/deepcharles/ruptures/

0 commit comments

Comments
 (0)