Open yahym opened 9 months ago
I actually had this issue. It is primarily a problem with the openpyxl version and I believe if you update it after doing the doorstop install manually for this version you can get it to work. (Just pip install --upgrade openpyxl after installing doorstop) That version of doorstop can work on a later version of openpyxl but a earlier version is called/referenced probably in the pyproject.toml file. You could just edit here potentially but haven't tried that out.
Another solution is the pre-releases address / fix this with the increased support for later versions not only to openpyxl but for python as well I believe. (Pre-release: v3.0b15).
Before start: Very nice to see this repo alive and thank you for the work 👍
Can you please tell me if there any chance to allow also bigger versions of
numpy
in the future, to avoid version constraint? Or an issue toopenpyxl
needs to be raised?Seems that the exception below is fixed with a constraint in requirements with
numpy<1.24
.Exception raised: