-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to uv for package management (#683)
* Update pyproject.toml for use with uv instead of poetry * Update CONTRIBUTING.md * More pyproject.toml tweaks * Attempt to change circle CI to work with this * Tweak installation code blocks * Update docs/setup_insiders to use uv * Update dataset examples for uv instead of poetry * Fix example test for classification * Fix example test for named_entity_recognition * Test out docs building without ssh key * Fix typing in named_entity_recognition example * Remove insiders docs sources * Continue using poetry for workflows * Add extra index url for installing torch * Include explicit version tag for mkdocstring-python * Remove python version mapping from poetry * Remove tool.poetry.scripts * Remove poetry from github workflows * update docs pt 1 * Get stuff maybe working on both 3.8 and 3.12? * Remove poetry from dataset docs pt2 * Remove transitive torch dependency for text_summarization * Update dataset example READMEs with uv instructions * Update workflows docs to use uv as well (outside of example projects) * Add docs warning * Re-add project.scripts * Make sure to update the version when packaging for release * Add torch cpu blurb to relevant example READMEs
- Loading branch information
Showing
52 changed files
with
641 additions
and
590 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.