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

Cap latest np version #4172

Merged
merged 3 commits into from
May 8, 2023
Merged

Cap latest np version #4172

merged 3 commits into from
May 8, 2023

Conversation

jeremyliweishih
Copy link
Collaborator

Fixes #4171

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Merging #4172 (82bce61) into main (5b4a1ca) will increase coverage by 12.9%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##            main   #4172      +/-   ##
========================================
+ Coverage   86.9%   99.7%   +12.9%     
========================================
  Files        349     349              
  Lines      37797   37797              
========================================
+ Hits       32839   37680    +4841     
+ Misses      4958     117    -4841     

see 33 files with indirect coverage changes

@@ -16,6 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python_version: ["3.8", "3.9", "3.10"]
exclude:
- os: macos-latest
python-version: "3.8"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Excluding for now due to catboost/catboost#2371 and actions/setup-python#654

@chukarsten chukarsten merged commit 3b7e32c into main May 8, 2023
@chukarsten chukarsten deleted the js-4171-cap-numpy branch May 8, 2023 14:47
@chukarsten chukarsten mentioned this pull request May 10, 2023
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.

Pin numpy at 1.23.5
3 participants