mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
python3Packages.tensorboardx: 2.1 -> 2.2
This commit is contained in:
parent
524d9c9455
commit
7af32c231c
@ -18,13 +18,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tensorboardx";
|
||||
version = "2.1";
|
||||
version = "2.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lanpa";
|
||||
repo = "tensorboardX";
|
||||
rev = "v${version}";
|
||||
sha256 = "1palz91y0b39pcmwg6wdmqfal38hai99dd6r88i3imqxdbmjghih";
|
||||
sha256 = "0wjlh5fhamrrff3rm8j5ws9ncblwjgwf3nanxgr1bkn7asgynhys";
|
||||
};
|
||||
|
||||
# apparently torch API changed a bit at 1.6
|
||||
|
Loading…
Reference in New Issue
Block a user