Replies: 2 comments
-
hey there! this is actually intentional, such that the numpy dependency is different for folks on python 3.12+ vs under. Could you show an example issue you have in a downstream project? |
Beta Was this translation helpful? Give feedback.
-
❯ poetry add moondream Updating dependencies Because no versions of moondream match >0.0.6,<0.0.7 |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
Due to a typo in the pyproject.toml of the langchain-core lib, where numpy is constrained to versions <2, I have incompatibility issues between the lib and other where numpy above version 2 is required.
Please remove
https://github.com/langchain-ai/langchain/blob/master/libs/langchain/pyproject.toml#L45
(and leave the one at https://github.com/langchain-ai/langchain/blob/master/libs/langchain/pyproject.toml#L49)
System Info
N/A
Beta Was this translation helpful? Give feedback.
All reactions