forked from 626_privacy/tensorflow_privacy
Add direct matplotlib
dependency.
PiperOrigin-RevId: 427914629
This commit is contained in:
parent
d1e045ed88
commit
6aa31d95dd
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
absl-py~=1.0.0
|
absl-py~=1.0.0
|
||||||
attrs>=21.2.0
|
attrs>=21.2.0
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
|
matplotlib~=3.3.4
|
||||||
mpmath
|
mpmath
|
||||||
scipy>=0.17
|
scipy>=0.17
|
||||||
tensorflow-datasets>=4.4.0
|
tensorflow-datasets>=4.4.0
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -30,6 +30,7 @@ setup(
|
||||||
'absl-py~=1.0.0',
|
'absl-py~=1.0.0',
|
||||||
'attrs>=21.2.0',
|
'attrs>=21.2.0',
|
||||||
'dm-tree~=0.1.1',
|
'dm-tree~=0.1.1',
|
||||||
|
'matplotlib~=3.3.4',
|
||||||
'scipy>=0.17',
|
'scipy>=0.17',
|
||||||
'tensorflow-datasets>=4.4.0',
|
'tensorflow-datasets>=4.4.0',
|
||||||
'tensorflow-estimator>=2.3.0',
|
'tensorflow-estimator>=2.3.0',
|
||||||
|
|
Loading…
Reference in a new issue