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

[Refactor] dependencies upgrade #408

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jshuadvd
Copy link

@jshuadvd jshuadvd commented Mar 2, 2024

Description

Upgraded the dependencies in the pyproject.toml file to begin the transition to the full use of Poetry.

This includes:

  • Upgrade existing dependencies to their latest versions.
  • Add new dependencies to eventually replace those previously managed by requirements.txt.
  • (If this approach is problematic, please let me know, I can provide more reasoning as to only using poetry if need be.)
  • Refactoring imports for LangChain due to updates in their library.

Dependencies

Updated and added dependencies include:

  • python = "~3.11.0"
  • langchain = "~0.1"
  • tensorflow = "^2.12.0"
  • pre-commit = "^3.6.2"
  • pylint = "^3.1.0"
  • pytest = "^8.0.2"
  • numpy = "^1.26.4"
  • langchain-core = "^0.1.28"
  • langchain-community = "^0.0.24"

Twitter Handle

here's the handle to use: @jshuadvd

FYI, This bit needs to be updated for PRS:

Run make format, make lint, and make test to check this locally.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap.

@jshuadvd jshuadvd marked this pull request as ready for review March 2, 2024 02:29
@jshuadvd jshuadvd changed the title Refactor/dependencies upgrade Refactor: dependencies upgrade Mar 2, 2024
@jshuadvd jshuadvd changed the title Refactor: dependencies upgrade [Refactor] dependencies upgrade Mar 2, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant