Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion model/common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
'packaging>=20.0',
'typing-extensions>=4.11.0',
'numpy>=1.23.3',
'dace==43!2026.02.12' # uses custom index at 'https://github.com/GridTools/pypi'
'dace==2.3.5' # uses custom index at 'https://github.com/GridTools/pypi'
]
description = "Shared code for the icon4py model."
license = {text = "BSD-3 License"}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ name = 'gridtools'
url = 'https://gridtools.github.io/pypi/'

[tool.uv.sources]
dace = {index = "gridtools"}
# gt4py = {git = "https://github.com/GridTools/gt4py", branch = "main"}
dace = {git = "https://github.com/philip-paul-mueller/dace", branch = "phimuell__new-gpu-codegen-dev"}
gt4py = {git = "https://github.com/philip-paul-mueller/gt4py", branch = "dace_new_gpu_codegen"}
# gt4py = {index = "test.pypi"}
icon4py-atmosphere-advection = {workspace = true}
icon4py-atmosphere-diffusion = {workspace = true}
Expand Down
Loading
Loading