pythonPackages.acoustics: disable
no longer compatible with pandas>=1
This commit is contained in:
parent
2682170f21
commit
2fea715779
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||||||
description = "A package for acousticians";
|
description = "A package for acousticians";
|
||||||
maintainers = with maintainers; [ fridh ];
|
maintainers = with maintainers; [ fridh ];
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
homepage = https://github.com/python-acoustics/python-acoustics;
|
homepage = "https://github.com/python-acoustics/python-acoustics";
|
||||||
|
broken = true; # no longer compatible with pandas>=1
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user