File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/development/python-modules/nutpie Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 jax ,
2222 jaxlib ,
2323 numba ,
24+ pytest-timeout ,
2425 pymc ,
2526 pytestCheckHook ,
2627 setuptools ,
2930
3031buildPythonPackage rec {
3132 pname = "nutpie" ;
32- version = "0.14.0 " ;
33+ version = "0.14.2 " ;
3334 pyproject = true ;
3435
3536 src = fetchFromGitHub {
3637 owner = "pymc-devs" ;
3738 repo = "nutpie" ;
3839 tag = "v${ version } " ;
39- hash = "sha256-6D+6+GbtTw4piWFseigEHK7PxmCHXKS0pgW6PrkLPg4 =" ;
40+ hash = "sha256-9sHs2JbzVRvAJEoLcz5NxkbElbXblDzxA6oCBtb4yFE =" ;
4041 } ;
4142
4243 cargoDeps = rustPlatform . fetchCargoVendor {
4344 inherit src ;
4445 name = "${ pname } -${ version } " ;
45- hash = "sha256-kmssvkrB44mCvNw54LominTNRhgUI6KFaRYjzKy+eNo =" ;
46+ hash = "sha256-j7Vasy4BwOYzH43mWdbu+QsNCdRfvJC6ZvYU8XB5s4E =" ;
4647 } ;
4748
4849 build-system = [
@@ -74,6 +75,7 @@ buildPythonPackage rec {
7475 jax
7576 jaxlib
7677 pymc
78+ pytest-timeout
7779 pytestCheckHook
7880 setuptools
7981 writableTmpDirAsHomeHook
You can’t perform that action at this time.
0 commit comments