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 84b68b8 commit b8e6200Copy full SHA for b8e6200
pkgs/development/python-modules/msprime/default.nix
@@ -28,6 +28,12 @@ buildPythonPackage rec {
28
hash = "sha256-2K55gHYWf2Mrj9fszVCJ+qqEyQNMppQi+IZCX5SlsBs=";
29
};
30
31
+ postPatch = ''
32
+ # build-time constriant, used to ensure forward and backward compat
33
+ substituteInPlace pyproject.toml \
34
+ --replace-fail "numpy>=2" "numpy"
35
+ '';
36
+
37
nativeBuildInputs = [
38
gsl
39
oldest-supported-numpy
0 commit comments