Skip to content

Commit

Permalink
Pin pymongo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Sep 18, 2024
1 parent 58b521f commit 1437564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies = [
"pandas",
"Pillow",
"scikit-learn",
"scipy"
"scipy",
"pymongo<4.9" # 4.9 introduced import error
]
dynamic = ["version"]

Expand Down

0 comments on commit 1437564

Please sign in to comment.