Skip to content

Commit

Permalink
remove pyparsing constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 9, 2024
1 parent 5b2d11f commit 1e7c2bd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.2-dev7
## 0.15.2-dev8

### Enhancements

Expand Down
2 changes: 0 additions & 2 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ wheel>=0.38.1
# NOTE(robinson) - The following pins are to address
# vulnerabilities in dependency scans
certifi>=2023.7.22
# From pycocotools in local-inference
pyparsing<3.1.0
scipy<1.11.4
IPython<8.13
# NOTE(alan) Pinned to avoid error that occurs with 2.4.3:
Expand Down
6 changes: 2 additions & 4 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,8 @@ premailer==3.10.0
# via unstructured-paddleocr
pyclipper==1.3.0.post5
# via unstructured-paddleocr
pyparsing==3.0.9
# via
# -c ././deps/constraints.txt
# matplotlib
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
# -c ./base.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,8 @@ pycocotools==2.0.8
# effdet
pycparser==2.22
# via cffi
pyparsing==3.0.9
# via
# -c ././deps/constraints.txt
# matplotlib
pyparsing==3.1.2
# via matplotlib
pypdf==4.3.1
# via
# -c ./base.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/ingest/google-drive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pyparsing==3.0.9
# via
# -c ./ingest/../deps/constraints.txt
# httplib2
pyparsing==3.1.2
# via httplib2
requests==2.32.3
# via
# -c ./ingest/../base.txt
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.2-dev7" # pragma: no cover
__version__ = "0.15.2-dev8" # pragma: no cover

0 comments on commit 1e7c2bd

Please sign in to comment.