-
Notifications
You must be signed in to change notification settings - Fork 41
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
Update dependencies for v1.1 release #771
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #771 +/- ##
==========================================
+ Coverage 99.29% 99.65% +0.35%
==========================================
Files 89 89
Lines 6404 6405 +1
==========================================
+ Hits 6359 6383 +24
+ Misses 45 22 -23 ☔ View full report in Codecov by Sentry. |
DeprecationWarning: "getrow" is deprecated and will be removed in v1.14.0; use "X[[0]]"" instead.
Quality Gate passedIssues Measures |
After this we could check if Python 3.12 could be at least partly supported. I think it was blocked by TensorFlow at some point. |
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.
LGTM
After this, more precisely after upgrading TensorFlow, loading old FintoAI NN ensemble model gives an error:
|
Updates the outdated dependencies.
Based on #770 as most upgraded dependencies do not work on Python 3.8.
Exceptions to upgrading to newest releases (for now, to be updated. Edit: updated):
Scikit-learn: there is Scikit-learn 1.4.1, but stwfsapy requires scikit-learn <1.3issue Allow scikit-learn version 1.4.*? zbw/stwfsapy#58rdflib: also this awaits for stwfsapy to upgrade Scikit-learnBlack: upgrading to 24 series leads to some minor new style changes in the code base (mostly "Enforce newline after module docstrings")