Skip to content

Commit

Permalink
Merge pull request #18 from ericmjl:update-langchain
Browse files Browse the repository at this point in the history
chore: update dependencies versions
  • Loading branch information
ericmjl authored Nov 11, 2023
2 parents f414b2f + 5ffd148 commit 0385994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies:
# pip dependencies
- pip:
# Place packages that cannot be installed by conda in this section.
- llama_index>=0.6.0
- langchain>=0.0.189
- llama_index>=0.8.67
- langchain>=0.0.334
- mknotebooks
- case-converter
- sh
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ namespaces = false
name = "llamabot"
version = "0.0.88"
dependencies = [
"openai<=0.28.1",
"langchain<=0.0.330",
"llama_index<=0.8.62",
"openai",
"langchain>=0.0.334",
"llama_index>=0.8.67",
"panel>=1.1.0",
"jupyter_bokeh",
"bokeh>=3.1.0",
Expand Down

0 comments on commit 0385994

Please sign in to comment.