File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
pkgs/development/python-modules/wandb Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1010
1111 ## gpu-stats
1212 rustPlatform ,
13- darwin ,
1413
1514 ## wandb
1615 buildPythonPackage ,
7271 tenacity ,
7372 torch ,
7473 tqdm ,
74+ writableTmpDirAsHomeHook ,
7575} :
7676
7777let
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"
You can’t perform that action at this time.
0 commit comments