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

Make NumPy requirement py version-specific #1036

Merged
merged 3 commits into from Jan 3, 2022

Conversation

CasperWA
Copy link
Member

@CasperWA CasperWA commented Jan 3, 2022

No need to update setup.py as the current settings should ensure the
correct version is installed for the respective Python version when
installing through pip install . instead of installing the
dependencies through the requirements files.

Fixes #1035
Fixes #1037

The commit 426cccc has been cherry-picked and added to this branch,
fixing the issue with the failling Docs CI strict build.

No need to update `setup.py` as the current settings should ensure the
correct version is installed for the respective Python version when
installing through `pip install .` instead of installing the
dependencies through the requirements files.
@codecov
Copy link

codecov bot commented Jan 3, 2022

Codecov Report

Merging #1036 (f2b0678) into master (6ba2ffe) will not change coverage.
The diff coverage is n/a.

❗ Current head f2b0678 differs from pull request most recent head 9eab109. Consider uploading reports for the commit 9eab109 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1036   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files          67       67           
  Lines        3790     3790           
=======================================
  Hits         3500     3500           
  Misses        290      290           
Flag Coverage Δ
project 92.34% <ø> (ø)
validator 92.34% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ba2ffe...9eab109. Read the comment docs.

@CasperWA CasperWA mentioned this pull request Jan 3, 2022
3 tasks
@CasperWA CasperWA added the blocking For issues/PRs that are blocking other PRs. label Jan 3, 2022
Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

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

👍

@CasperWA CasperWA merged commit 4a7d8bc into master Jan 3, 2022
@CasperWA CasperWA deleted the cwa/fix_1035_update-numpy-py-specificity branch January 3, 2022 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking For issues/PRs that are blocking other PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs reference to LarkParser failing. Dependabot not updating NumPy to 1.22
2 participants