Skip to content

Commit dfbc644

Browse files
committed
chore: update version to 0.0.8 and refine dependency specifications in setup.cfg; enhance compatibility with updated libraries
1 parent fefe614 commit dfbc644

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

setup.cfg

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = itext2kg
3-
version = 0.0.7
3+
version = 0.0.8
44
author = Auvalab - Yassir LAIRGI
55
author_email = <[email protected]>
66
description = Incremental Knowledge Graphs Constructor Using Large Language Models
@@ -24,17 +24,19 @@ zip_safe = True
2424
include_package_data = True
2525
python_requires = >=3.10
2626
install_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]
4042
example = *.txt, * = README.md

0 commit comments

Comments
 (0)