python39Packages.tensorflow: remove ? null from inputs
This commit is contained in:
parent
0f72345876
commit
c46f9c42b8
1 changed files with 2 additions and 5 deletions
|
@ -20,8 +20,8 @@
|
|||
, tensorflow-estimator_2
|
||||
, tensorflow-tensorboard_2
|
||||
, cudaSupport ? false
|
||||
, cudatoolkit ? null
|
||||
, cudnn ? null
|
||||
, cudatoolkit
|
||||
, cudnn
|
||||
, zlib
|
||||
, python
|
||||
, keras-applications
|
||||
|
@ -37,9 +37,6 @@
|
|||
# - the source build doesn't work on Darwin.
|
||||
# - the source build is currently brittle and not easy to maintain
|
||||
|
||||
assert cudaSupport -> cudatoolkit != null
|
||||
&& cudnn != null;
|
||||
|
||||
# unsupported combination
|
||||
assert ! (stdenv.isDarwin && cudaSupport);
|
||||
|
||||
|
|
Loading…
Reference in a new issue