We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf077d commit 97c2b3fCopy full SHA for 97c2b3f
requirements.txt
@@ -1,8 +1,8 @@
1
-langdetect==1.0.8
2
-nltk~=3.6.6
3
-pandas==1.0.3
+langdetect~=1.0.9
+nltk~=3.7
+pandas~=1.5.1
4
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
+pytesseract~=0.3.10
+pdfplumber~=0.7.5
+opencv-python~=4.5.5.64
+pillow~=9.3.0
setup.py
@@ -6,7 +6,7 @@
setup(
name="ai-data-preprocessing-queue",
9
- version="1.2.1",
+ version="1.3.0",
10
description="Can be used to pre process data before ai processing",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments