Skip to content

Commit

Permalink
dependency is Pillow, not PIL
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Sep 27, 2024
1 parent 2da80a9 commit b671519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- jupytext
- matplotlib
- pandas
- PIL
- Pillow
- pytest
- python-dotenv
- scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"dvc[s3]",
"imagecodecs",
"pandas",
"PIL",
"Pillow",
"plotly",
"pyexiftool",
"python-dotenv",
Expand Down
2 changes: 2 additions & 0 deletions scripts/params.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cluster:
n_clusters: 5

0 comments on commit b671519

Please sign in to comment.