Skip to content

Commit bbfb491

Browse files
authored
python312Packages.wandb: 0.19.5 -> 0.19.6 (#380225)
2 parents 50eae24 + e87f642 commit bbfb491

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
## gpu-stats
1212
rustPlatform,
13-
darwin,
1413

1514
## wandb
1615
buildPythonPackage,
@@ -72,15 +71,16 @@
7271
tenacity,
7372
torch,
7473
tqdm,
74+
writableTmpDirAsHomeHook,
7575
}:
7676

7777
let
78-
version = "0.19.5";
78+
version = "0.19.6";
7979
src = fetchFromGitHub {
8080
owner = "wandb";
8181
repo = "wandb";
8282
tag = "v${version}";
83-
hash = "sha256-NkwXHogHBsDdaWdATWujdvnSr0oXp3RbWq5hQX53WR8=";
83+
hash = "sha256-snyr0IlE4otk1ctWUrJEFAmHYsXe+k6qULCaO3aW0e4=";
8484
};
8585

8686
gpu-stats = rustPlatform.buildRustPackage {
@@ -236,12 +236,9 @@ buildPythonPackage rec {
236236
tenacity
237237
torch
238238
tqdm
239+
writableTmpDirAsHomeHook
239240
];
240241

241-
preCheck = ''
242-
export HOME=$(mktemp -d)
243-
'';
244-
245242
# test_matplotlib_image_with_multiple_axes may take >60s
246243
pytestFlagsArray = [
247244
"--timeout=1024"

0 commit comments

Comments
 (0)