1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-08 11:20:07 +02:00

🐛 Fix install on Python 3.10

I couldn't build pandas 1.0.5 (introduced as a Pickle compatibility measure in e65cad7)
for Python 3.10. So update to the next minor version 1.1.x to have it work on Python 3.10.

Fixes gh-11.
This commit is contained in:
Gerber, Mike 2022-04-07 15:17:19 +02:00
parent 2ff15f3497
commit d35032067a

View file

@ -1,5 +1,5 @@
click click
pandas ~= 1.0.5 pandas ~= 1.1.5
tqdm tqdm
lxml lxml
openpyxl openpyxl