python310Packages.matplotlib: remove oldest-supported-numpy
This commit is contained in:
committed by
Dmitry Kalinkin
parent
a04b6ba924
commit
0d9a06c96e
@@ -9,7 +9,6 @@
|
||||
# https://github.com/matplotlib/matplotlib/blob/main/doc/devel/dependencies.rst
|
||||
# build-system
|
||||
, certifi
|
||||
, oldest-supported-numpy
|
||||
, pkg-config
|
||||
, pybind11
|
||||
, setuptools
|
||||
@@ -114,7 +113,6 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
certifi
|
||||
numpy
|
||||
oldest-supported-numpy # TODO remove after updating to 3.8.0
|
||||
pkg-config
|
||||
pybind11
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user