Skip to content

Commit

Permalink
Merge pull request matplotlib#26555 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-26554-on-v3.7.x

Backport PR matplotlib#26554 on branch v3.7.x (Remove NumPy abs overrides from pylab)
  • Loading branch information
timhoffm authored Aug 20, 2023
2 parents 15b6dee + b69ce95 commit 3f7c3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/pylab.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
# "from numpy.random import *" above
bytes = __import__("builtins").bytes
# We also don't want the numpy version of these functions
abs = __import__("builtins").abs
max = __import__("builtins").max
min = __import__("builtins").min
round = __import__("builtins").round

0 comments on commit 3f7c3d3

Please sign in to comment.