Skip to content

Commit

Permalink
python3.pkgs.datashader: 0.9.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 2, 2020
1 parent ce6fbb9 commit 994576f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/datashader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
, fastparquet
, testpath
, nbconvert
, pytest_xdist
}:

buildPythonPackage rec {
pname = "datashader";
version = "0.9.0";
version = "0.11.0";

src = fetchPypi {
inherit pname version;
sha256 = "3a423d61014ae8d2668848edab6c12a6244be6f249570bd7811dd5698d5ff633";
sha256 = "05p81aff7x70yj8llclclgz6klvfzqixwxfng6awn3y5scv18w40";
};

propagatedBuildInputs = [
Expand All @@ -60,6 +61,7 @@ buildPythonPackage rec {
checkInputs = [
pytest
pytest-benchmark
pytest_xdist # not needed
flake8
nbsmoke
fastparquet
Expand All @@ -69,11 +71,11 @@ buildPythonPackage rec {

postConfigure = ''
substituteInPlace setup.py \
--replace "'testpath<0.4'" "'testpath'"
--replace "'numba >=0.37.0,<0.49'" "'numba'"
'';

checkPhase = ''
pytest datashader
pytest -n $NIX_BUILD_CORES datashader
'';

meta = with lib; {
Expand Down

0 comments on commit 994576f

Please sign in to comment.