Skip to content
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

Merged
merged 17 commits into from
Mar 25, 2024
Merged

Conversation

juhoinkinen
Copy link
Member

@juhoinkinen juhoinkinen commented Feb 23, 2024

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):

@juhoinkinen juhoinkinen added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@juhoinkinen juhoinkinen added this to the 1.1 milestone Feb 23, 2024
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.65%. Comparing base (ec7b79a) to head (44b4734).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

DeprecationWarning: "getrow" is deprecated and will be removed in v1.14.0; use "X[[0]]"" instead.
@juhoinkinen juhoinkinen changed the base branch from main to reconciliation-api February 26, 2024 12:07
@juhoinkinen juhoinkinen changed the base branch from reconciliation-api to main February 26, 2024 12:07
Copy link

sonarcloud bot commented Mar 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@juhoinkinen juhoinkinen marked this pull request as ready for review March 20, 2024 14:45
@juhoinkinen
Copy link
Member Author

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.

Copy link
Member

@osma osma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@juhoinkinen juhoinkinen merged commit 1ba7912 into main Mar 25, 2024
16 checks passed
@juhoinkinen juhoinkinen deleted the update-dependencies-v1.1 branch March 25, 2024 11:30
@juhoinkinen
Copy link
Member Author

juhoinkinen commented Mar 27, 2024

After this, more precisely after upgrading TensorFlow, loading old FintoAI NN ensemble model gives an error:

ValueError: Layer 'dense' expected 2 variables, but received 0 variables during loading. Expected: ['dense/kernel:0', 'dense/bias:0']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants