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]