🐛 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.
master
parent
2ff15f3497
commit
d35032067a
@ -1,5 +1,5 @@
|
||||
click
|
||||
pandas ~= 1.0.5
|
||||
pandas ~= 1.1.5
|
||||
tqdm
|
||||
lxml
|
||||
openpyxl
|
||||
|
Loading…
Reference in New Issue