Add direct matplotlib dependency.

PiperOrigin-RevId: 427914629
This commit is contained in:
Michael Reneer 2022-02-10 21:06:32 -08:00 committed by A. Unique TensorFlower
parent d1e045ed88
commit 6aa31d95dd
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
absl-py~=1.0.0
attrs>=21.2.0
dm-tree~=0.1.1
matplotlib~=3.3.4
mpmath
scipy>=0.17
tensorflow-datasets>=4.4.0

View file

@ -30,6 +30,7 @@ setup(
'absl-py~=1.0.0',
'attrs>=21.2.0',
'dm-tree~=0.1.1',
'matplotlib~=3.3.4',
'scipy>=0.17',
'tensorflow-datasets>=4.4.0',
'tensorflow-estimator>=2.3.0',