mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.clifford: fix deps
This commit is contained in:
parent
1140b6433b
commit
973d4dd39e
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, numpy
|
||||
, scipy
|
||||
, sparse
|
||||
, numba
|
||||
, future
|
||||
, h5py
|
||||
|
@ -23,6 +24,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
numpy
|
||||
scipy
|
||||
sparse
|
||||
numba
|
||||
future
|
||||
h5py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue