summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow-tensorboard
Commit message (Collapse)AuthorAge
* python3Packages.tensorflow-tensorboard: add wheel as runtime depJonathan Ringer2019-11-21
| | | | | The cli requires the wheel package to determine entry points for execution.
* python.pkgs.{tensorflow,tensorflow-estimator,tensorflow-tensorboard}: 1.14.0 ↵Timo Kaufmann2019-11-12
| | | | -> 1.15.0
* python: tensorflow: 1.13.1 -> 1.14.0, tensorflow-tensorboard: 1.13.0 -> ↵Timo Kaufmann2019-06-27
| | | | | | | 1.14.0, tensorflow-estimator: 1.13.0 -> 1.14.0 All in one commit because the packages are all interdependent and have to be upgraded together.
* pythonPackages.tensorflow-tensorboard: fix python2 buildTimo Kaufmann2019-03-04
| | | | | | Fix build after https://github.com/NixOS/nixpkgs/pull/56669. Update the python2 hash and re-add the python2 `futures` dependency. Not sure if there was a reason for it to be removed in the first place.
* pythonPackages.tensorflow-tensorboard: 1.11.0 -> 1.13.0Jean-Philippe Bernardy2019-03-02
|
* python.packages.tensorboard: 1.9.0 -> 1.11.0Jean-Philippe Bernardy2018-10-15
|
* python.pkgs.tensorflow-tensorboard: 1.7.0 -> 1.9.0Robert Schütz2018-08-07
|
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
* python.packages.tensorflow-tensorboard: 1.5.0 -> 1.7.0Jean-Philippe Bernardy2018-06-08
|
* python.pkgs.tensorflow-tensorboard: 0.1.5 -> 1.5.1Nikolay Amiantov2018-02-20
|
* python.pkgs.tensorflow-tensorboard: init at 0.1.5Nikolay Amiantov2017-09-25