python3Packages.treeo: jaxlib is a test dependency
This commit is contained in:
parent
501df061ed
commit
97a90b8d6f
@ -22,12 +22,12 @@ buildPythonPackage rec {
|
|||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
# These deps are not needed for the wheel, but required during the import.
|
# jax is not declared in the dependencies, but is necessary.
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
jax
|
jax
|
||||||
jaxlib
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [ jaxlib ];
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"treeo"
|
"treeo"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user