19 buildPythonPackage rec {
22 format = "setuptools";
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-sgWT28rnUi8dd6j1Fj0f1gMU8pJkBJaATcNW5ByzZFQ=";
31 propagatedBuildInputs = [
46 pythonImportsCheck = [ "fastai" ];
49 homepage = "https://github.com/fastai/fastai";
50 description = "Fastai deep learning library";
51 mainProgram = "configure_accelerate";
52 changelog = "https://github.com/fastai/fastai/blob/${version}/CHANGELOG.md";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ rxiao ];