File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
pkgs/development/python-modules/nutpie Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1616
1717 # tests
1818 # bridgestan, (not packaged)
19+ equinox ,
20+ flowjax ,
1921 jax ,
2022 jaxlib ,
2123 numba ,
2729
2830buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments