-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv
appears to be working with 3.13t
#97
Comments
Yes, |
Thanks for confirming @henryiii |
I think I'm sold on wholesale switching to it. See numpy/numpy#27581 for part of the work to do this for NumPy. |
@ngoldbaum I've been using Side note, one of the things I've been LOVING about # pyproject.toml
[project]
dependencies = [
"my-package-source", # see below for local source code location.
]
[tool.uv.sources]
# this is like `cd submodules/my-package-source && pip install -e .`
my-package-source = { path = "submodules/my-package-source", editable = true } |
I'm a little less enthusiastic about uv as a setup-python replacement today: numpy/numpy#27581 (comment) But I think we can still suggest it so people can install free-threaded Python on CI in a uniform way. |
I noticed in this post: actions/setup-python#771 (comment)
The text was updated successfully, but these errors were encountered: