Add direct pandas dependency.

PiperOrigin-RevId: 427915591
This commit is contained in:
Michael Reneer 2022-02-10 21:15:11 -08:00 committed by A. Unique TensorFlower
parent 28f8a5ff61
commit 93bd134947
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ dm-tree~=0.1.1
matplotlib~=3.3.4
mpmath
numpy~=1.21.5
pandas~=1.1.4
scipy>=0.17
tensorflow-datasets>=4.4.0
tensorflow-estimator>=2.3.0

View file

@ -32,6 +32,7 @@ setup(
'dm-tree~=0.1.1',
'matplotlib~=3.3.4',
'numpy~=1.21.5',
'pandas~=1.1.4',
'scipy>=0.17',
'tensorflow-datasets>=4.4.0',
'tensorflow-estimator>=2.3.0',