DEVOPS-690: poetry2 migration#140
Closed
saicheranb wants to merge 25 commits intodevelopfrom
Closed
Conversation
…pendencies - Changed [tool.poetry] to [project] for better compatibility with PEP 508. - Updated license format to use the new syntax. - Modified authors and maintainers sections to use the new table format. - Added dynamic dependencies section. - Specified Python version requirements. - Updated dependency versions for numpy, Pillow, and pydantic. - Changed the exclude field to an empty string for clarity. - Moved repository and homepage URLs to the new [project.urls] section. - Updated the extras section to [project.optional-dependencies].
…maintain coverage settings
for more information, see https://pre-commit.ci
…c analysis and pytest jobs
for more information, see https://pre-commit.ci
…aGeoscience/geoapps-utils into Devops-690_poetry2_migration
for more information, see https://pre-commit.ci
…sh in poetry.lock
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #140 +/- ##
===========================================
+ Coverage 84.32% 84.63% +0.30%
===========================================
Files 18 18
Lines 976 976
Branches 127 127
===========================================
+ Hits 823 826 +3
+ Misses 114 112 -2
+ Partials 39 38 -1 🚀 New features to boost your workflow:
|
…ock work without dynamic depndencies and passes the poetry check
Contributor
|
this duplicates this other PR: #124 |
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.
DEVOPS-690 - use Poetry 2 and have pyproject.toml checked by pre-commit
-Updated to new [project] format
-Cleaned up metadata and dependencies
-Regenerated poetry. Lock with Poetry 2
-- regenerated Environment files