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:
parent
2ff15f3497
commit
d35032067a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
click
|
||||
pandas ~= 1.0.5
|
||||
pandas ~= 1.1.5
|
||||
tqdm
|
||||
lxml
|
||||
openpyxl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue