16 buildPythonPackage rec {
20 disabled = pythonOlder "3.10";
25 hash = "sha256-c886y37xR+4TxZw9+3tb7nkTGxWcS+Ag/ruUUdpf7S4=";
30 name = "remove-pip-from-build-dependencies.patch";
31 url = "https://github.com/diofant/diofant/commit/117e441808faa7c785ccb81bf211772d60ebdec3.patch";
32 hash = "sha256-MYk1Ku4F3hAv7+jJQLWhXd8qyKRX+QYuBzPfYWT0VbU=";
41 propagatedBuildInputs = [ mpmath ];
43 optional-dependencies = {
55 pythonImportsCheck = [ "diofant" ];
58 description = "Python CAS library";
59 homepage = "https://diofant.readthedocs.io/";
60 license = licenses.bsd3;
61 maintainers = with maintainers; [ suhr ];