Skip to content

Commit

Permalink
move langchain_community to the pip part in the environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Aug 11, 2024
1 parent 7721bfa commit f292966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies:
- faiss-cpu >= 1.8.0
- jinja2 >= 3.1.4
- langchain >= 0.2.6
- langchain_community >= 0.2.6
- pip >= 24.0.05
- pypdf >= 4.2.0
- python-dotenv ~= 1.0.1
- transformers >= 4.42.3
# - pytorch == 12.4
- pytorch-cuda == 12.4
- pip:
- langchain_community >= 0.2.6

0 comments on commit f292966

Please sign in to comment.