Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the duplicated constraint for numpy in the Pyproject.toml #29319

Open
5 tasks done
tropxy opened this issue Jan 21, 2025 · 0 comments
Open
5 tasks done

Remove the duplicated constraint for numpy in the Pyproject.toml #29319

tropxy opened this issue Jan 21, 2025 · 0 comments

Comments

@tropxy
Copy link

tropxy commented Jan 21, 2025

Checked other resources

  • I added a very descriptive title to this issue.
  • I searched the LangChain documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in LangChain rather than my code.
  • The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package).

Example Code

The constraint added to numpy here:
https://github.com/langchain-ai/langchain/blob/master/libs/langchain/pyproject.toml#L45

shall be removed as another one is already there, which allows more recent versions of numpy:
https://github.com/langchain-ai/langchain/blob/master/libs/langchain/pyproject.toml#L49

Error Message and Stack Trace (if applicable)

No response

Description

I have created a discussion thread about this, but as I had no answer about it, I am adding it here.

Please, for more details, take a look at the initial thread I have initiated here: #29047 (comment)

System Info

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant