Skip to content

Commit

Permalink
fix: upgrade all the modules and ensure the installation works for py…
Browse files Browse the repository at this point in the history
…thon 3.12, this fixes #2
  • Loading branch information
lairgiyassir committed Sep 17, 2024
1 parent d926173 commit 49fb162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ langchain==0.3.0
langchain-core==0.3.0
langchain-openai==0.2.0
neo4j==5.24.0
numpy
numpy
openai==1.45.0
openpyxl==3.1.5
pydantic-settings==2.5.2
Expand Down

2 comments on commit 49fb162

@Jiangqipu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
langchain-community 0.3.3 requires langchain<0.4.0,>=0.3.4, but you have langchain 0.3.0 which is incompatible.
langchain-community 0.3.3 requires langchain-core<0.4.0,>=0.3.12, but you have langchain-core 0.3.0 which is incompatible.

@lairgiyassir
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please could you type:

pip uninstall langchain-community
and then

pip install --upgrade itext2kg

Please sign in to comment.