We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b78090 + a2e31f8 commit e1a93e8Copy full SHA for e1a93e8
pkgs/development/python-modules/flowmc/default.nix
@@ -22,14 +22,14 @@
22
23
buildPythonPackage rec {
24
pname = "flowmc";
25
- version = "0.4.2";
+ version = "0.4.3";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "kazewong";
30
repo = "flowMC";
31
tag = "flowMC-${version}";
32
- hash = "sha256-Qsh5nvLdJeIx3EHACdhRE4GDdI31MHYvUDHephMs+2Y=";
+ hash = "sha256-M0FrIe7q0YI6f+IwQeMsZKahw9wcQd42hf/dmXJp2Fk=";
33
};
34
35
build-system = [ hatchling ];
@@ -48,7 +48,6 @@ buildPythonPackage rec {
48
49
dependencies = [
50
chex
51
- coveralls
52
equinox
53
jax
54
jaxtyping
0 commit comments