Open
Conversation
Collaborator
Author
|
The build_docs check was failing due to a conflict, the doc wanted python <=3.10.17 but I had set 3.10.19 as the minimum requirement. To resolve this, I tested a build with python 3.10.17 that passed all tests, so I have relaxed the requirement. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #401 +/- ##
=======================================
Coverage 76.35% 76.35%
=======================================
Files 29 29
Lines 1793 1793
=======================================
Hits 1369 1369
Misses 424 424 ☔ View full report in Codecov by Sentry. 🚀 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 PR updates the gnatss dependencies to integrate compatibility with Numpy version 2. It has been built and tested with pixi, successfully resolving dependencies for:
-python 3.10.19
-python 3.11.0
-python 3.12.0
-python 3.13.0
Multiple tests failed for a build created using python 3.10.0 due to a conflicted with a later version of hypothesis. We may have to consider retiring python 3.10 compatibility in a future update, but for now it should work for python>=3.10.19.
By happenstance, this PR also includes a pixi task to run the pytest infrastructure. This conflicts with PR #398.
I have left the commented code in the toml file describing the test environment for verifying the numpy v2 dependencies. This should be removed before merging this PR.