Add direct numpy dependency.

PiperOrigin-RevId: 427915040
This commit is contained in:
Michael Reneer 2022-02-10 21:10:22 -08:00 committed by A. Unique TensorFlower
parent 1f229dbaf5
commit 28f8a5ff61
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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',