python3Packages.{rlax,distrax}: fix build (#475277)
This commit is contained in:
@@ -36,6 +36,9 @@ buildPythonPackage rec {
|
||||
flit-core
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
"tfp-nightly"
|
||||
];
|
||||
dependencies = [
|
||||
absl-py
|
||||
chex
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
flit-core,
|
||||
|
||||
# dependencies
|
||||
absl-py,
|
||||
@@ -15,7 +14,6 @@
|
||||
jax,
|
||||
jaxlib,
|
||||
numpy,
|
||||
tensorflow-probability,
|
||||
|
||||
# tests
|
||||
dm-haiku,
|
||||
@@ -37,7 +35,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
flit-core
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user