Now based on ray, which enables nested parallel computations.

This commit is contained in:
Wim Pomp
2026-01-08 00:48:14 +01:00
parent a84bf2d29e
commit 5528b54ede
8 changed files with 463 additions and 953 deletions

View File

@@ -11,9 +11,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install