17 buildPythonPackage rec {
18 pname = "aerosandbox";
23 pname = "AeroSandbox";
24 inherit version format;
28 hash = "sha256-9WxeXmcOZpKpNn8r6REudQlDRXavym52tvKajYJIfXA=";
31 build-system = [ setuptools ];
44 pythonImportsCheck = [ "aerosandbox" ];
47 description = "Aircraft design optimization made fast through modern automatic differentiation";
48 homepage = "https://peterdsharpe.github.io/AeroSandbox";
49 license = lib.licenses.mit;
50 maintainers = with lib.maintainers; [ sigmanificient ];