pythonPackages.datashader: Remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-05 21:17:17 +01:00
parent 9207ae756b
commit 143bfd79ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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'