File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 11[metadata]
22name = itext2kg
3- version = 0.0.7
3+ version = 0.0.8
44author = Auvalab - Yassir LAIRGI
55author_email = <
[email protected] >
66description = Incremental Knowledge Graphs Constructor Using Large Language Models
@@ -24,17 +24,19 @@ zip_safe = True
2424include_package_data = True
2525python_requires = >=3.10
2626install_requires =
27- langchain ==0.3.0
28- langchain-core ==0.3.0
29- langchain-openai ==0.2.0
30- neo4j ==5.24.0
31- numpy
32- openai ==1.45.0
33- openpyxl ==3.1.5
34- pydantic-settings ==2.5.2
35- scikit-learn ==1.5.2
36- pypdf ==4.3.1
37- pytest ==8.2.2
27+ langchain>=0.3.26,<0.4.0
28+ langchain-core>=0.3.69,<0.4.0
29+ langchain-openai>=0.2.0,<0.3.0
30+ neo4j>=5.28.0,<6.0.0
31+ openai>=1.97.0,<2.0.0
32+ numpy>=1.24.0,<2.0.0
33+ scikit-learn>=1.7.0,<2.0.0
34+ openpyxl>=3.1.0,<4.0.0
35+ pypdf>=4.3.0,<5.0.0
36+ tiktoken>=0.8.0,<1.0.0
37+ python-dateutil>=2.8.0,<3.0.0
38+ pydantic>=2.11.0,<3.0.0
39+ pydantic-settings>=2.6.0,<3.0.0
3840
3941[options.package_data]
4042example = *.txt, * = README.md
You can’t perform that action at this time.
0 commit comments