Spacy dependency requirements are not met for pydantic versions ^2 #13198
Unanswered
jacobmanderson
asked this question in
Help: Installation
Replies: 1 comment
-
It's difficult to support+test every possible combination of requirements and we've had trouble with older versions of In this case I'd strongly suggest using python 3.8+, where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to reproduce the behaviour
Example pyproject.toml
When running
poetry update --lock
there is a build dependency error between pydantic version ^2 and typing-extensions.The restriction on typing-extensions is in the
requirements.txt
, which are run viasetuptools
inpyproject.toml
Your Environment
Beta Was this translation helpful? Give feedback.
All reactions