Skip to content

BLD: set up uv-build and pixi-build#2

Merged
mdhaber merged 1 commit intoscikit-stats:mainfrom
lucascolley:build
Mar 5, 2026
Merged

BLD: set up uv-build and pixi-build#2
mdhaber merged 1 commit intoscikit-stats:mainfrom
lucascolley:build

Conversation

@lucascolley
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread pyproject.toml
[build-system]
requires = ["flit_core >=3.11,<4"]
build-backend = "flit_core.buildapi"
requires = ["uv_build>=0.10.8,<0.11.0"]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Might be easier to leave this unpinned

Comment thread pyproject.toml
authors = [{name = "Matt Haberland", email = "matt.haberland@gmail.com"}]
license = "MIT"
license-files = ["LICENSE"]
dynamic = ["description"]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

looks like uv-build doesn't do dynamic descriptions

Comment thread pixi.toml

# non-default feature definitions

[feature.tests.dependencies]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this in a follow-up per discussion in gh-1

Suggested change
[feature.tests.dependencies]
[feature.tests.dependencies]
scipy-tests = "*"

Comment thread tests/test_distribution.py
Comment thread pixi.toml

[pypi-dependencies]
normal = { path = "./", editable = true }
normal.path = "."
Copy link
Copy Markdown
Contributor

@mdhaber mdhaber Mar 5, 2026

Choose a reason for hiding this comment

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

What makes it editable?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@mdhaber mdhaber merged commit 8725ff2 into scikit-stats:main Mar 5, 2026
@mdhaber
Copy link
Copy Markdown
Contributor

mdhaber commented Mar 5, 2026

Thanks Lucas!

@lucascolley lucascolley deleted the build branch March 5, 2026 15:17
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