Skip to content

Commit

Permalink
Upgrade pandas dep to 2.1.0 for applymap->map
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonesjtu committed Jul 26, 2024
1 parent 30922e8 commit e53058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
'setuptools',
'calmsize',
'pandas>=0.18',
'pandas>=2.1.0',
'torch>=2.0',
],
extras_require={
Expand Down

0 comments on commit e53058d

Please sign in to comment.