diff --git a/requirements.txt b/requirements.txt index 74d20fd..e204079 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 8e25631..d8dab16 100644 --- a/setup.py +++ b/setup.py @@ -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',