3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.wandb: 0.12.7 -> 0.12.9 (#154800)

This commit is contained in:
Samuel Ainsworth 2022-01-13 18:18:39 -08:00 committed by GitHub
parent ba3c5ea948
commit a5d4af4024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,13 +35,13 @@
buildPythonPackage rec {
pname = "wandb";
version = "0.12.7";
version = "0.12.9";
src = fetchFromGitHub {
owner = pname;
repo = "client";
rev = "v${version}";
sha256 = "sha256-YG0BSIENnmF9n+oNIBcbpTh7obYx+Lpuak8pJzvjuJ8=";
sha256 = "0704iv5dlsjs0gj6l4nx9hk9kzq46wlgd67ifw7i3qk6v4ljfs6y";
};
# The wandb requirements.txt does not distinguish python2/3 dependencies. We