diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-06 16:51:20 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-01-06 16:51:20 -0700 |
commit | c62e1dbc1c038606d2466f0816611b593f19a56d (patch) | |
tree | a30e015ed49d3baa29342282c803479104d53e33 /numpy/array_api/_array_object.py | |
parent | 4e436ff0c83f21b82495954a3c3c85814de40f83 (diff) | |
download | numpy-c62e1dbc1c038606d2466f0816611b593f19a56d.tar.gz |
MAINT: Raise RuntimeError if setuptools version is too recent.
NumPy does not build with setuptools versions greater than '60.0.0'.
Check the version when setuptools is imported in setup.py and raise
a RuntimeError if the version is too recent. That way we avoid people
opening issues when their build fails for that reason.
Closes #20692.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions