Merge pull request #454 from ashkan-leo/fix_tensorboard

add absl-py as tensorboard dependency
This commit is contained in:
adisbladis 2021-12-07 17:18:17 +12:00 committed by GitHub
commit a4b7692032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1695,6 +1695,7 @@ self: super:
self.grpcio
self.protobuf
self.werkzeug
self.absl-py
];
}
);