Skip to content

Commit

Permalink
upgrade to latest subversions
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jul 31, 2024
1 parent 4328f57 commit f981fd6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions module_text_llm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions module_text_llm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
athena = {path = "../athena", develop = true}
openai = "1.36.0"
langchain = "0.2.8"
langchain-openai = "0.1.16"
openai = "1.37.1"
langchain = "0.2.11"
langchain-openai = "0.1.19"
python-dotenv = "^1.0.0"
nltk = "^3.8.1"
gitpython = "^3.1.41"
tiktoken = "^0.7.0"
langchain-community="0.2.7"
langchain-community="0.2.10"

[tool.poetry.scripts]
module = "athena:run_module"
Expand Down

0 comments on commit f981fd6

Please sign in to comment.