diff --git a/requirements.txt b/requirements.txt index d89d23e02d..dbec238f32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,8 @@ torchvision==0.8.2 transformers==4.2.2 pytorch-tabnet==3.1.1 datasets==1.2.1 -pandas==1.1.2 +pandas==1.1.5 ; python_version < "3.7" +pandas==1.2.2 ; python_version >= "3.7" scikit-learn==0.24.0 numpy # comes with 3rd-party dependency tqdm # comes with 3rd-party dependency