Skip to content

Commit

Permalink
fix: Fix langchain dependency.. conda has issues (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan authored Jun 11, 2024
1 parent efcafb0 commit 5854aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial-scipy-2024/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ dependencies:
- ipywidgets
- jupyterlab
- jupyter-server-proxy
- langchain==0.2.1
- langchain-community==0.2.1
- libopenblas
- nltk
- tqdm
Expand All @@ -21,6 +19,8 @@ dependencies:
- panel
- pip
- pip:
- langchain==0.2.1
- langchain-community==0.2.1
- jupyter-panel-proxy==0.2.0a2
- qdrant-client
- sentence-transformers
Expand Down

0 comments on commit 5854aa8

Please sign in to comment.