kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

records (v0.5.3) is incompatible with latest Pandas (v1.2.4) cause they have requires different openpyxl version dependency, is there any way to fix this issue? #212

Open baiyyee opened 3 years ago

baiyyee commented 3 years ago

Incompatible Issues

Dependency Requirements:

fymatsushita commented 2 years ago

pip install openpyxl==3.0.5

jennifer8801 commented 2 years ago

pip install openpyxl==3.0.5 mac m1 python3.9 records 0.5.3 pandas 1.2.4 it works for me,thanks

kennethreitz commented 3 months ago

Thank you for your kind contribution!!!!