mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
python3Packages.mask-rcnn: use tensorflow_2
This commit is contained in:
parent
d65aba684f
commit
b25c404b09
@ -12,7 +12,7 @@
|
||||
, pillow
|
||||
, scikitimage
|
||||
, scipy
|
||||
, tensorflow
|
||||
, tensorflow_2
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||
pillow
|
||||
scikitimage
|
||||
scipy
|
||||
tensorflow
|
||||
tensorflow_2 # Keras only supports tensorflow 2 now
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user