Skip to content

Commit 97c2b3f

Browse files
committed
update requirements. Only opencv-python is outdated, there is a bug while import cv2, we can use 4.6.0.66, wenn using python 3.10
1 parent 8bf077d commit 97c2b3f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
langdetect==1.0.8
2-
nltk~=3.6.6
3-
pandas==1.0.3
1+
langdetect~=1.0.9
2+
nltk~=3.7
3+
pandas~=1.5.1
44
numpy~=1.23.4
5-
pytesseract==0.3.9
6-
pdfplumber==0.6.0
7-
opencv-python==4.5.5.64
8-
Pillow==9.0.1
5+
pytesseract~=0.3.10
6+
pdfplumber~=0.7.5
7+
opencv-python~=4.5.5.64
8+
pillow~=9.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="ai-data-preprocessing-queue",
9-
version="1.2.1",
9+
version="1.3.0",
1010
description="Can be used to pre process data before ai processing",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)