Revert "python3Packages.wandb: 0.16.0 -> 0.16.4"

This reverts commit 5c050686ff.

Closes: #297949
This commit is contained in:
Martin Weinelt 2024-03-25 15:37:42 +01:00
parent 04aa995e2a
commit 908ee27832
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
buildPythonPackage rec {
pname = "wandb";
version = "0.16.4";
version = "0.16.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -64,7 +64,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Q4NHUHay1/xb+V494n96jxE1VyAP7uVyQbIbS0/E85c=";
hash = "sha256-XXs9KjiAPzZ932r4UJ87RpM+qhg/bNDWEYsq2Ua6SRw=";
};
patches = [