Skip to content

Commit

Permalink
pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Mar 4, 2024
1 parent 2dc84f3 commit d464b67
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 @@ -7,8 +7,9 @@ humanfriendly==10.0
lxml==5.1.0
oauthlib==3.2.2
openpyxl==3.1.2
pandas==2.0.3; python_version < '3.9'
pandas==2.0.3; python_version < '3.12'
# ^ the version supports by python 3.8
pandas==2.2.1; python_version == '3.12'
PyYAML==6.0.1
python-docx==1.1.0
requests==2.31.0
Expand Down

0 comments on commit d464b67

Please sign in to comment.