Skip to content

Commit 9b9bf0f

Browse files
build[dace][next]: Changed DaCe Source (#2012)
Instead of pulling directly from the official DaCe repo, we now (for the time being) pull from [this PR](GridTools/dace#1). This became necessary as we have a lot of open PR in DaCe and need some custom fixes (that can in their current form not be merged into DaCe). In the long term however, we should switch back to the main DaCe repo.
1 parent 6405364 commit 9b9bf0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ url = 'https://test.pypi.org/simple/'
434434

435435
[tool.uv.sources]
436436
atlas4py = {index = "test.pypi"}
437-
dace = {git = "https://github.com/spcl/dace", branch = "main", extra = "dace-next"}
437+
dace = {git = "https://github.com/GridTools/dace", branch = "gt4py-next-integration", extra = "dace-next"}
438438

439439
# -- versioningit --
440440
[tool.versioningit]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)