24 buildPythonPackage rec {
29 src = fetchFromGitHub {
30 owner = "patrick-kidger";
32 rev = "refs/tags/v${version}";
33 hash = "sha256-s8MRPyPObTpgLRm4bxU8F4Su7FKH+MHqtQsxIHb/DN4=";
36 build-system = [ hatchling ];
46 pythonImportsCheck = [ "optimistix" ];
57 description = "Nonlinear optimisation (root-finding, least squares, ...) in JAX+Equinox";
58 homepage = "https://github.com/patrick-kidger/optimistix";
59 changelog = "https://github.com/patrick-kidger/optimistix/releases/tag/v${version}";
60 license = lib.licenses.asl20;
61 maintainers = with lib.maintainers; [ GaetanLepage ];