From ab977bc64fe610a7dea7740cd930cd56d4a002d3 Mon Sep 17 00:00:00 2001 From: eachermann Date: Wed, 17 Jun 2026 14:54:26 +0200 Subject: [PATCH] Track DaCe extended branch --- README.md | 4 ++-- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1ed656a..6f8535e 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ time — no fork, no DaCe source changes. ## Install -FP-Arena tracks the latest DaCe `yakup/dev`: +FP-Arena tracks the latest DaCe [`extended`](https://github.com/spcl/dace/commits/extended/): ```bash pip install git+https://github.com/spcl/FP-Arena.git ``` -Already have a DaCe checkout (any `yakup/dev`-based branch) you want to use? Install +Already have a DaCe checkout (any `extended`-based branch) you want to use? Install without pulling DaCe: ```bash diff --git a/pyproject.toml b/pyproject.toml index 2f722ea..4bb188c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,11 @@ classifiers = [ ] keywords = ["dace", "floating-point", "stochastic-rounding", "reduced-precision", "prototyping"] -# FP-Arena tracks the DaCe `yakup/dev` branch. To use your own DaCe checkout -# (any yakup/dev-based branch), install FP-Arena with `--no-deps` and ensure +# FP-Arena tracks the DaCe `extended` branch. To use your own DaCe checkout +# (any extended-based branch), install FP-Arena with `--no-deps` and ensure # that DaCe is importable; see the README. dependencies = [ - "dace @ git+https://github.com/spcl/dace.git@yakup/dev", + "dace @ git+https://github.com/spcl/dace.git@extended", ] [project.optional-dependencies]