Skip to content

Commit

Permalink
fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
redur committed Apr 4, 2024
1 parent f2adb4e commit 0fa3738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- pandas
- levenshtein
- pathlib==1.0.1
- opencv-python-headless==4.9.0.80
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
Expand All @@ -25,6 +24,7 @@ dependencies:
- amazon-textract-textractor
- backoff
- PyMuPDF==1.23.26
- opencv-python-headless==4.9.0.80
- -e .
# dev pip dependencies
- mlflow==2.11.1
2 changes: 1 addition & 1 deletion environment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- pandas
- levenshtein
- pathlib==1.0.1
- opencv-python-headless==4.9.0.80
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
Expand All @@ -16,4 +15,5 @@ dependencies:
- amazon-textract-textractor
- backoff
- PyMuPDF==1.23.26
- opencv-python-headless==4.9.0.80
- -e .

0 comments on commit 0fa3738

Please sign in to comment.