Skip to content

Commit eb33998

Browse files
committed
1 parent 70686a8 commit eb33998

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/development/python-modules/nutpie/default.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
# tests
1818
# bridgestan, (not packaged)
19+
equinox,
20+
flowjax,
1921
jax,
2022
jaxlib,
2123
numba,
@@ -27,20 +29,20 @@
2729

2830
buildPythonPackage rec {
2931
pname = "nutpie";
30-
version = "0.13.4";
32+
version = "0.14.0";
3133
pyproject = true;
3234

3335
src = fetchFromGitHub {
3436
owner = "pymc-devs";
3537
repo = "nutpie";
3638
tag = "v${version}";
37-
hash = "sha256-BpKt/EWBefCQUGDxyqF6Xjrj/HUvY4M26gk79R/CyZo=";
39+
hash = "sha256-6D+6+GbtTw4piWFseigEHK7PxmCHXKS0pgW6PrkLPg4=";
3840
};
3941

4042
cargoDeps = rustPlatform.fetchCargoVendor {
4143
inherit src;
4244
name = "${pname}-${version}";
43-
hash = "sha256-d0Qk01YwosHlOy3yb/2PV5Op1Wz+yB5ROVbUWfHooEk=";
45+
hash = "sha256-kmssvkrB44mCvNw54LominTNRhgUI6KFaRYjzKy+eNo=";
4446
};
4547

4648
build-system = [
@@ -66,6 +68,8 @@ buildPythonPackage rec {
6668

6769
nativeCheckInputs = [
6870
# bridgestan
71+
equinox
72+
flowjax
6973
numba
7074
jax
7175
jaxlib

0 commit comments

Comments
 (0)