Skip to content

Commit

Permalink
upgrade packages for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Sep 20, 2024
1 parent 9cbf232 commit 14ab470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
poetry install --with test
poetry run pip install jupyter
if [ "${{ matrix.lib-version }}" = "latest" ]; then
poetry add chromadb pandas langchain_nomic
poetry add langchain-openai@latest langchain-anthropic@latest langchain@latest langchain-community@latest
fi
- name: Start services
run: make start-services
Expand Down

0 comments on commit 14ab470

Please sign in to comment.