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 86f9eeb + 6bb00cb commit e748fb5Copy full SHA for e748fb5
pkgs/development/python-modules/treescope/default.nix
@@ -17,20 +17,22 @@
17
# tests
18
absl-py,
19
jaxlib,
20
+ omegaconf,
21
+ pydantic,
22
pytestCheckHook,
23
torch,
24
}:
25
26
buildPythonPackage rec {
27
pname = "treescope";
- version = "0.1.8";
28
+ version = "0.1.9";
29
pyproject = true;
30
31
src = fetchFromGitHub {
32
owner = "google-deepmind";
33
repo = "treescope";
34
tag = "v${version}";
- hash = "sha256-/rSQUmmfMPP7sZ6avd9bc4lSW/sHLXLEKKCJdXjBTB4=";
35
+ hash = "sha256-rLrsG7psY3xkuvNtdRULiMWKzIiWZpJ7TVJhwTNGXRQ=";
36
};
37
38
build-system = [ flit-core ];
@@ -51,6 +53,8 @@ buildPythonPackage rec {
51
53
absl-py
52
54
jax
55
jaxlib
56
+ omegaconf
57
+ pydantic
58
pytestCheckHook
59
torch
60
];
0 commit comments