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 63f5d52 commit 56c28af
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 @@ -12,6 +12,7 @@ dependencies:
- opencv==4.9.0
- click==8.1.7
- PyYAML==6.0.1
- scikit-learn==1.4.0
- pip
# dev dependencies
- matplotlib==3.8.0
Expand All @@ -25,7 +26,6 @@ dependencies:
- amazon-textract-textractor
- backoff
- PyMuPDF==1.23.26
- scikit-learn==1.4.1
- -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 @@ -9,12 +9,12 @@ dependencies:
- pathlib==1.0.1
- python-dotenv==1.0.1
- opencv==4.9.0
- scikit-learn==1.4.0
- click==8.1.7
- PyYAML==6.0.1
- pip
- pip:
- amazon-textract-textractor
- backoff
- PyMuPDF==1.23.26
- scikit-learn==1.4.1
- -e .

0 comments on commit 56c28af

Please sign in to comment.