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.
2 parents c4407ed + 171bb77 commit af75ee5Copy full SHA for af75ee5
pkgs/development/python-modules/pyrender/default.nix
@@ -39,6 +39,13 @@ buildPythonPackage rec {
39
url = "https://github.com/mmatl/pyrender/commit/7c613e8aed7142df9ff40767a8f10b7a19b6255c.patch";
40
hash = "sha256-SXRV9RC3PfQGjjIQ+n97HZrSDPae3rAHnTBiHXSFLaY=";
41
})
42
+ # fix on numpy 2.0 (np.infty -> np.inf)
43
+ # https://github.com/mmatl/pyrender/pull/292
44
+ (fetchpatch {
45
+ name = "fix-numpy2.patch";
46
+ url = "https://github.com/mmatl/pyrender/commit/5408c7b45261473511d2399ab625efe11f0b6991.patch";
47
+ hash = "sha256-RIv6lMpxMmops5Tb1itzYdT7GkhPScVWslBXITR3IBM=";
48
+ })
49
];
50
51
# trimesh too new
0 commit comments