Skip to content

Commit 8bf077d

Browse files
authored
Merge pull request #6 from SamhammerAG/KIT-2088
update requirements
2 parents 627ebd4 + 6217690 commit 8bf077d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
setup(
88
name="ai-data-preprocessing-queue",
9-
version="1.1.0",
9+
version="1.2.1",
1010
description="Can be used to pre process data before ai processing",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/SamhammerAG/ai-data-preprocessing-queue",
1414
packages=find_packages(exclude=["test_data"]),
15-
install_requires=["langdetect==1.0.8", "nltk==3.5", "pandas==1.0.3", "numpy==1.18.2", "pytesseract == 0.3.9",
15+
install_requires=["langdetect==1.0.8", "nltk~=3.6.6", "pandas==1.0.3", "numpy~=1.23.4", "pytesseract == 0.3.9",
1616
"pdfplumber== 0.6.0", "opencv-python==4.5.5.64", "Pillow==9.0.1"]
17-
)
17+
)

0 commit comments

Comments
 (0)