Skip to content

Conversation

@philip-paul-mueller
Copy link
Contributor

@philip-paul-mueller philip-paul-mueller commented Dec 18, 2025

This adds the custom package index server (https://github.com/GridTools/python-pkg-index) to pyproject.toml.

NOTE: It will be merge next year to ensure a smooth transitioning.

TODO:

  • Update README.md to include the additional flag needed for installation without uv.

dace = [
{git = "https://github.com/GridTools/dace", branch = "romanc/stree-roundtrip", group = "dace-cartesian"},
{git = "https://github.com/GridTools/dace", tag = "__gt4py-next-integration_2025_12_11", group = "dace-next"}
{index = "gt4py_python_index"}
Copy link
Contributor

@egparedes egparedes Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is still needed, at least until dace-cartesian version is not moved to the gridtools package index

Suggested change
{index = "gt4py_python_index"}
{index = "gridtools", group = "dace-next"}


[[tool.uv.index]]
explicit = true
name = 'gt4py_python_index'
Copy link
Contributor

@egparedes egparedes Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my head, this index is kind of the GridTools organization index for python packages, not only for gt4py.

Suggested change
name = 'gt4py_python_index'
name = 'gridtools'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants