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

fix build failures by pinning statsmodels to older version due to numpy incompatibility #2053

Merged
merged 1 commit into from
May 5, 2023

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented May 5, 2023

Description

A new statsmodels package was just released to pypi 5 hours ago:
https://pypi.org/project/statsmodels/#history
This is first time this package has been released in 0.5 years. It looks like it was compiled against a really new version of numpy and isn't compatible with most current versions. It is now causing a lot of build failures for all of our builds. Pinning it for now until some time later when we have upgraded to newer numpy in all of our builds.

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Merging #2053 (65b5cec) into main (d6b0d10) will increase coverage by 0.74%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2053      +/-   ##
==========================================
+ Coverage   92.33%   93.08%   +0.74%     
==========================================
  Files          98       51      -47     
  Lines        4957     2009    -2948     
==========================================
- Hits         4577     1870    -2707     
+ Misses        380      139     -241     
Flag Coverage Δ
unittests 93.08% <ø> (+0.74%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 47 files with indirect coverage changes

@imatiach-msft imatiach-msft merged commit 92c9dd6 into main May 5, 2023
@imatiach-msft imatiach-msft deleted the ilmat/fix-bld-np-err branch May 5, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants