Relax dependency version constraints and update Python version suppor…#131
Closed
kulbachcedric wants to merge 17 commits intomasterfrom
Closed
Relax dependency version constraints and update Python version suppor…#131kulbachcedric wants to merge 17 commits intomasterfrom
kulbachcedric wants to merge 17 commits intomasterfrom
Conversation
…t in configuration
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #131 +/- ##
==========================================
- Coverage 79.75% 79.60% -0.15%
==========================================
Files 25 25
Lines 1620 1618 -2
==========================================
- Hits 1292 1288 -4
- Misses 328 330 +2
🚀 New features to boost your workflow:
|
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.
This pull request adds support for Python 3.13 and updates dependency version constraints to broaden compatibility. It also improves CI testing by expanding the test matrix to include both minimum and latest supported dependency versions, and refines artifact naming and coverage reporting in the workflow.
Python version and dependency support:
pyproject.tomlto support Python 3.13 by changingrequires-pythonto>=3.10,<3.14and adding Python 3.13 to the classifiers.pyproject.tomlfornumpy,pandas,river,scikit-learn,torch,tqdm, andtorchvizto allow for a wider set of compatible versions.CI workflow improvements:
river, and added explicit jobs for testing with minimum and latest supported dependency versions.deps-variantlabel and to use Python 3.13 for coverage reporting.