Update pyproject.toml to correspond to requirements.txt.
srsly v2 does not work out of the box with cython 3 due to errors related to typedefs in msgpack and I couldn't immediately find a solution that was compatible with both cython 0.29 and cython 3, so this is patch on our side until we can find a solution or appropriate upstream patch.
Update
pyproject.toml
to correspond torequirements.txt
.srsly
v2 does not work out of the box with cython 3 due to errors related to typedefs in msgpack and I couldn't immediately find a solution that was compatible with both cython 0.29 and cython 3, so this is patch on our side until we can find a solution or appropriate upstream patch.