Skip to content

Commit

Permalink
Freeze pymongo version v3.13 to be compatible with mongodb v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Mar 16, 2024
1 parent edb3f05 commit e8e2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"requests",
"tqdm",
"pandas",
"pymongo",
"pymongo==3.13",
"openpyxl",
"biopython"
]
Expand Down

0 comments on commit e8e2b31

Please sign in to comment.