Unverified Commit e1a93e84 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.flowmc: 0.4.2 -> 0.4.3 (#398409)

parents 9b78090f a2e31f82
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "flowmc";
  version = "0.4.2";
  version = "0.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kazewong";
    repo = "flowMC";
    tag = "flowMC-${version}";
    hash = "sha256-Qsh5nvLdJeIx3EHACdhRE4GDdI31MHYvUDHephMs+2Y=";
    hash = "sha256-M0FrIe7q0YI6f+IwQeMsZKahw9wcQd42hf/dmXJp2Fk=";
  };

  build-system = [ hatchling ];
@@ -48,7 +48,6 @@ buildPythonPackage rec {

  dependencies = [
    chex
    coveralls
    equinox
    jax
    jaxtyping