ytreister
ytreister
I created PR #164
@brbickel @mgeide Please let me know your thoughts on this...
Any update on this?
I fixed by adding to my package.json: ``` "overrides": { "@react-pdf/layout": "3.6.4", "@react-pdf/textkit": "4.3.0", "@react-pdf/image": "2.2.2", "@react-pdf/pdfkit": "3.1.2" }, ```
So I am actually not sure the issue is due to shapely, I was able to fix this by setting in my requirements.txt: `numpy==1.23.5` When it ran with version 1.24.0...