Skip to content

Commit e748fb5

Browse files
authored
python312Packages.treescope: 0.1.8 -> 0.1.9 (#382960)
2 parents 86f9eeb + 6bb00cb commit e748fb5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,22 @@
1717
# tests
1818
absl-py,
1919
jaxlib,
20+
omegaconf,
21+
pydantic,
2022
pytestCheckHook,
2123
torch,
2224
}:
2325

2426
buildPythonPackage rec {
2527
pname = "treescope";
26-
version = "0.1.8";
28+
version = "0.1.9";
2729
pyproject = true;
2830

2931
src = fetchFromGitHub {
3032
owner = "google-deepmind";
3133
repo = "treescope";
3234
tag = "v${version}";
33-
hash = "sha256-/rSQUmmfMPP7sZ6avd9bc4lSW/sHLXLEKKCJdXjBTB4=";
35+
hash = "sha256-rLrsG7psY3xkuvNtdRULiMWKzIiWZpJ7TVJhwTNGXRQ=";
3436
};
3537

3638
build-system = [ flit-core ];
@@ -51,6 +53,8 @@ buildPythonPackage rec {
5153
absl-py
5254
jax
5355
jaxlib
56+
omegaconf
57+
pydantic
5458
pytestCheckHook
5559
torch
5660
];

0 commit comments

Comments
 (0)