python3Packages.clifford: fix deps
This commit is contained in:
parent
1140b6433b
commit
973d4dd39e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user