0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.clifford: fix deps

This commit is contained in:
Jonathan Ringer 2020-08-29 11:53:51 -07:00 committed by Frederik Rietdijk
parent 1140b6433b
commit 973d4dd39e

View file

@ -3,6 +3,7 @@
, fetchPypi , fetchPypi
, numpy , numpy
, scipy , scipy
, sparse
, numba , numba
, future , future
, h5py , h5py
@ -23,6 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
numpy numpy
scipy scipy
sparse
numba numba
future future
h5py h5py