about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dm-sonnet
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29pythonPackages36.{dm-sonnet, tensorflow-probability}: Use bazel 0.26 for ↵Claudio Bley1-6/+4
building * use the same bazel version as tensorflow 1 (this makes using the `incompatible_disable_deprecated_attr_params` flag unnecessary)
2020-07-01bazel: 3.3.0 -> 3.3.1Claudio Bley1-1/+1
2020-06-23bazel: 3.2.0 -> 3.3.0Claudio Bley1-1/+1
2020-05-29bazel: 3.1.0 -> 3.2.0Claudio Bley1-1/+1
2020-05-29bazel: Make bazel_3 the default versionClaudio Bley1-1/+1
* drop bazel_2 * update hashes of fetch derivations that use `buildBazelPackage`
2020-05-09build-bazel-package: switch hash mode to “flat”Matthew Bauer1-1/+1
flat hashes can be substituted through hashed-mirrors, while recursive hashes can’t. This is especially important for Bazel since the bazel fetch dependencies can come from multiple different methods (git, http, ftp, etc.). To do this, we create tar archives from the output/external directory, which is then extracted to build. All of the Bazel hashes are all updated.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-03pythonPackages.dm-sonned: update fixed output hashAndreas Rammhold1-1/+1
2019-08-28treewide: remove redundant recvolth1-2/+2
2019-07-31python.pkgs.dm-sonnet: update dependencies hashNikolay Amiantov1-1/+1
2019-07-25python-modules/dm-sonnet: update fixed-output hashProfpatsch1-1/+1
2019-06-28python.pkgs.dm-sonnet: 1.30 -> 1.33Timo Kaufmann1-2/+2
2019-06-26python.pkgs.dm-sonnet: add estimator dependencyTimo Kaufmann1-0/+2
Previously was implicitly included in the binary tensorflow release.
2019-06-26python.pkgs.dm-sonnet: fix hash (#63815)Timo Kaufmann1-1/+1
Follow up to https://github.com/NixOS/nixpkgs/pull/63806, where I failed to update the hash.
2019-06-26python.pkgs.dm-sonnet: fix build with bazel 0.27 (#63806)Timo Kaufmann1-0/+5
2019-06-20python.pkgs.dm-sonnet: update bazel fetch hash (#63587)Timo Kaufmann1-1/+1
Changed after the bazel 0.26 update.
2019-04-13python.pkgs.dm-sonnet: init at 1.30Timo Kaufmann1-0/+85
Needed as a dependency of graph_nets.