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