7 buildPythonPackage rec {
8 pname = "inference-gym";
13 inherit format version;
14 pname = "inference_gym";
17 hash = "sha256-bpi/IB8PuLPIKoTjmBeVl/4XGvE/yyG8WYxNqNcruvE=";
20 pythonImportsCheck = [ "inference_gym" ];
22 # The package does not ship any test.
26 description = "Place to exercise inference methods to help make them faster, leaner and more robust";
27 homepage = "https://github.com/tensorflow/probability/tree/main/spinoffs/inference_gym";
28 license = lib.licenses.asl20;
29 maintainers = with lib.maintainers; [ GaetanLepage ];