-
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 v0.61 #683
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 99.57% 99.61% +0.03%
==========================================
Files 88 89 +1
Lines 6138 6166 +28
==========================================
+ Hits 6112 6142 +30
+ Misses 26 24 -2 see 33 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
I think The dependency was added in #215 due to a problem discussed in spec-first/connexion#406 (comment), which seems to be fixed now. |
Would it make sense to pin major/minor versions, at least for all non-dev dependencies? At least |
TensorFlow 2.12.0 has some breaking changes:
Annif imports Annif/annif/backend/nn_ensemble.py Line 15 in 33bc561
And also But now I see there is a conflict in installing the new TF version and numpy:
|
33bc561
to
04d1461
Compare
Force-pushed to drop upgrading to TensorFlow v2.12.0, which conflicted with Numpy. |
codecov project has been removed from PyPI
Kudos, SonarCloud Quality Gate passed! |
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
This updates some outdated dependencies:
Also pins (at least) minor versions of all non-dev dependencies to the versions currently being installed and removes some unnecessary dependencies (swagger_ui_bundle, codecov).