build: Use dace release package from pypi#2600
Conversation
philip-paul-mueller
left a comment
There was a problem hiding this comment.
I am actually not sure if we should give up the index yet.
Because as soon as we need a special PR or so for DaCe we are back to the same solution as before.
For example we can not use the new GPU codegen until that is merged, which will take a long time.
Another question is what should happen with the GT4Py PyPI index?
This is also a question should we remove the entry from the pyproject.toml?
Maybe @egparedes you have some opinions on that.
| @@ -485,8 +485,7 @@ url = 'https://gridtools.github.io/pypi/' | |||
There was a problem hiding this comment.
I have left this example as a reference in case we need to pull from the gridtools index.
| # Add the uv source below to pull dace from the gridtools index instead of PyPI: | ||
| # dace = {index = "gridtools"} | ||
| [tool.uv.sources] | ||
| atlas4py = {index = "test.pypi"} |
There was a problem hiding this comment.
| # Add the uv source below to pull dace from the gridtools index instead of PyPI: | |
| # dace = {index = "gridtools"} | |
| [tool.uv.sources] | |
| atlas4py = {index = "test.pypi"} | |
| [tool.uv.sources] | |
| atlas4py = {index = "test.pypi"} | |
| # Add the uv source below to pull dace from the gridtools index instead of PyPI: | |
| # dace = {index = "gridtools"} |
nit
There was a problem hiding this comment.
I agree, but the TOML formatter will delete the comment lines inside the tool.uv.sources section.
There was a problem hiding this comment.
Isn't there something like noqa: for the toml formatter?
There was a problem hiding this comment.
I tried but did not succeed.
daceversion for GT4Py cartesian and next.dacea GT4Py dependency, and remove the development groupsdace-cartesiananddace-next.gridtoolspackage index, pull the dace pre-release package from PyPI index.Note: if in the future a custom (non-pypi) version is needed, cartesian and next need to create a version from a common branch (and publish to the gridtools index).