We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c22f4 commit f13d239Copy full SHA for f13d239
1 file changed
pkgs/development/python-modules/ml-dtypes/default.nix
@@ -27,6 +27,14 @@ buildPythonPackage rec {
27
fetchSubmodules = true;
28
};
29
30
+ postPatch = ''
31
+ substituteInPlace pyproject.toml \
32
+ --replace "numpy~=1.21.2" "numpy" \
33
+ --replace "numpy~=1.23.3" "numpy" \
34
+ --replace "pybind11~=2.10.0" "pybind11" \
35
+ --replace "setuptools~=67.6.0" "setuptools"
36
+ '';
37
+
38
nativeBuildInputs = [
39
setuptools
40
pybind11
0 commit comments