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 0fa3738 commit 246288a
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -11,6 +11,7 @@ dependencies:
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
- scikit-learn==1.4.1
- pip
# dev dependencies
- matplotlib==3.8.0
Expand Down
1 change: 1 addition & 0 deletions environment-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- python-dotenv==1.0.1
- click==8.1.7
- PyYAML==6.0.1
- scikit-learn==1.4.1
- pip
- pip:
- amazon-textract-textractor
Expand Down

0 comments on commit 246288a

Please sign in to comment.