-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry build #72
Poetry build #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #72 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 20 20
Lines 2551 2556 +5
=======================================
+ Hits 2497 2502 +5
Misses 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What new features does this PR implement?
Please summarize the features that this PR implements. As relevant, please indicate the issues that the PR closes.
Updates BioSimulators to use pyproject.toml configuration, which will help in the long term keep dependencies up to date.
Does this PR introduce any additional changes?
How have you tested this PR?
biosimulators_test_suite successfully runs as previously, against both new and old simulators.
Additional information
note that python3.10 is currently the only version that works with BSTS, keeping in mind that when RBApy is fixed, it may not support python3.11+