mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
fix fcspline dublication
This commit is contained in:
parent
1411d26876
commit
3d40a1dc49
1 changed files with 7 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
);
|
||||
|
||||
qutip = super.fcspline.overridePythonAttrs (
|
||||
qutip = super.qutip.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [
|
||||
self.cython
|
||||
|
@ -78,10 +78,15 @@
|
|||
matplotlib = super.matplotlib.override (
|
||||
{
|
||||
enableGtk3 = true;
|
||||
# preferWheel = false;
|
||||
# preferWheel = false;
|
||||
}
|
||||
);
|
||||
|
||||
numba = super.numba.override (
|
||||
{
|
||||
preferWheel = false;
|
||||
});
|
||||
|
||||
numpy = super.numpy.override (
|
||||
{
|
||||
blas = super.mkl;
|
||||
|
|
Loading…
Add table
Reference in a new issue