Commit graph

14 commits

Author SHA1 Message Date
Claudio Bley 00fdb28e49 pythonPackages36.{dm-sonnet, tensorflow-probability}: Use bazel 0.26 for building
* use the same bazel version as tensorflow 1
  (this makes using the `incompatible_disable_deprecated_attr_params` flag unnecessary)
2021-01-29 21:53:23 +01:00
Luke Granger-Brown 4a9066586c tensorflow-probability: mark as broken
This was broken by the Tensorflow version bump, and is non-trivial to
correct - it now depends on dm-tree, which requires some work to build
due to a C++ extension which appears to require Bazel to compile.
2021-01-11 21:49:23 +00:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Claudio Bley cda852a528 bazel: 3.3.0 -> 3.3.1 2020-07-01 23:23:33 +02:00
Claudio Bley 21a21a4224 bazel: 3.2.0 -> 3.3.0 2020-06-23 15:29:38 +02:00
Claudio Bley 7172514b72 bazel: 3.1.0 -> 3.2.0 2020-05-29 15:22:35 +02:00
Claudio Bley 1c5386fa1d bazel: Make bazel_3 the default version
* drop bazel_2
* update hashes of fetch derivations that use `buildBazelPackage`
2020-05-29 08:52:17 +02:00
Matthew Bauer 2a8d05627b build-bazel-package: switch hash mode to “flat”
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-05-09 13:33:26 -05:00
Timo Kaufmann 04d3adb82f python.pkgs.tensorflow-probability: 0.7 -> 0.8.0
This unbreaks the build by updating to a newer version, adding new
dependencies and backporting some patches.

0.9 is released already, but that version is no longer compatible with
tf1. 0.8.0 is compatible with tf1 and tf2.
2020-04-11 22:11:16 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Timo Kaufmann 43c62fd3c9 python.pkgs.tensorflow-probability: use bazel
Fixes the tensorflow-probability built by first building the wheel with
bazel. This actually creates the dist-info folder, allowing the package
to be picked up as a pip dependency.
2019-06-28 22:59:21 +02:00
Timo Kaufmann 0266ca8db0 python.pkgs.tensorflow-probability: 0.6 -> 0.7 2019-06-26 23:48:34 +02:00
Timo Kaufmann 1d00bb1375 python.pkgs.tensorflow-probability: init at 0.6.0
Needed as a dependency for dm-sonnet.
2019-04-13 20:12:15 +02:00