Switch from poetry to uv - #524
Merged
Merged
Conversation
cthoyt
marked this pull request as ready for review
April 4, 2026 06:46
gouttegd
requested changes
Apr 4, 2026
gouttegd
left a comment
Contributor
There was a problem hiding this comment.
No objection to switching to uv overall (though I wonder how long it would take for OpenAI to inevitably enshitify uv…), but the changes in CONTRIBUTING.md instructing to also use uv to run SSSOM-Py’s test suite need to wait until SSSOM-Py has also switched to uv.
Closes #397
Co-authored-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
gouttegd
approved these changes
Apr 4, 2026
cthoyt
enabled auto-merge (squash)
April 4, 2026 16:05
matentzn
approved these changes
Apr 4, 2026
Merged
cthoyt
added a commit
that referenced
this pull request
Apr 7, 2026
follow-up to #524: adds missing installation of uv and explicit python version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #397
In preparation for SSSOM 1.1 release, this PR finally replaces poetry with uv. Now, I am finally able to use all of the commands in the makefile!
docs/have been added/updated if necessarymake testhas been run locallyCHANGELOG.md has been updated.make all,make docs,make buildalso runs.This PR also does the following:
__init__.pythat was in the wrong place