pythonPackages.datashader: Remove stale substituteInPlace

wip/yesman
Sandro Jäckel 3 years ago
parent 9207ae756b
commit 143bfd79ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/development/python-modules/datashader/default.nix

@ -76,11 +76,6 @@ buildPythonPackage rec {
nbconvert
];
postConfigure = ''
substituteInPlace setup.py \
--replace "'numba >=0.37.0,<0.49'" "'numba'"
'';
# dask doesn't do well with large core counts
checkPhase = ''
pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array'

Loading…
Cancel
Save