8000 CI temporarily pin numpy by MarcoGorelli · Pull Request #50356 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

CI temporarily pin numpy #50356

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

Merged
merged 4 commits into from
Dec 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "pin in asv.conf too"
This reverts commit dcaf7ce.
  • Loading branch information
MarcoGorelli committed Dec 20, 2022
commit 3f8a048af42587ebc075f57e6a67bcf4c87c7ecd
2 changes: 1 addition & 1 deletion asv_bench/asv.conf.json
5C0C
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// pip (with all the conda available packages installed first,
// followed by the pip installed packages).
"matrix": {
"numpy<": ["1.24"],
"numpy": [],
"Cython": ["0.29.32"],
"matplotlib": [],
"sqlalchemy": [],
Expand Down
0