Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
redur committed May 2, 2024
1 parent 08ac3d2 commit 1068bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- backoff
- PyMuPDF==1.23.26
- opencv-python-headless
- quads==1.1.0
- -e .
# dev pip dependencies
- mlflow==2.11.1
1 change: 1 addition & 0 deletions environment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ dependencies:
- backoff
- PyMuPDF==1.23.26
- opencv-python-headless
- quads==1.1.0
- -e .
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"backoff",
"PyMuPDF==1.23.26",
"opencv-python-headless",
"quads==1.1.0",
]

[project.scripts]
Expand Down

0 comments on commit 1068bb1

Please sign in to comment.