Loading pkgs/development/python-modules/dipy/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchFromGitHub , pythonOlder , packaging , pytest , cython , numpy , scipy Loading @@ -14,7 +13,8 @@ buildPythonPackage rec { pname = "dipy"; version = "1.5.0"; version = "1.7.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -22,10 +22,14 @@ buildPythonPackage rec { owner = "dipy"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-kJ8JbnNpjTqGJXwwMTqZdgeN8fOEuxarycunDCRLB74="; hash = "sha256-sfqCK2r9Io1gDDHL9s9R37J0h9KcOQML3B2zJx2+QuA="; }; nativeBuildInputs = [ cython packaging ]; nativeBuildInputs = [ cython packaging ]; propagatedBuildInputs = [ numpy scipy Loading @@ -34,8 +38,6 @@ buildPythonPackage rec { tqdm ]; nativeCheckInputs = [ pytest ]; # disable tests for now due to: # - some tests require data download (see dipy/dipy/issues/2092); # - running the tests manually causes a multiprocessing hang; Loading Loading @@ -64,6 +66,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://dipy.org/"; description = "Diffusion imaging toolkit for Python"; changelog = "https://github.com/dipy/dipy/blob/${version}/Changelog"; license = licenses.bsd3; maintainers = with maintainers; [ bcdarwin ]; }; Loading Loading
pkgs/development/python-modules/dipy/default.nix +9 −6 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , fetchFromGitHub , pythonOlder , packaging , pytest , cython , numpy , scipy Loading @@ -14,7 +13,8 @@ buildPythonPackage rec { pname = "dipy"; version = "1.5.0"; version = "1.7.0"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -22,10 +22,14 @@ buildPythonPackage rec { owner = "dipy"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-kJ8JbnNpjTqGJXwwMTqZdgeN8fOEuxarycunDCRLB74="; hash = "sha256-sfqCK2r9Io1gDDHL9s9R37J0h9KcOQML3B2zJx2+QuA="; }; nativeBuildInputs = [ cython packaging ]; nativeBuildInputs = [ cython packaging ]; propagatedBuildInputs = [ numpy scipy Loading @@ -34,8 +38,6 @@ buildPythonPackage rec { tqdm ]; nativeCheckInputs = [ pytest ]; # disable tests for now due to: # - some tests require data download (see dipy/dipy/issues/2092); # - running the tests manually causes a multiprocessing hang; Loading Loading @@ -64,6 +66,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://dipy.org/"; description = "Diffusion imaging toolkit for Python"; changelog = "https://github.com/dipy/dipy/blob/${version}/Changelog"; license = licenses.bsd3; maintainers = with maintainers; [ bcdarwin ]; }; Loading