Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update pandas version (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Feb 17, 2021
1 parent a6edeab commit 522cf75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522cf75

Please sign in to comment.