Skip to content

Commit

Permalink
✅ pymongo version: mongodb_backend requires pymongo==3.13.0 and reins…
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolpiera committed Feb 7, 2024
1 parent 4be35d1 commit 72c4d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
somutils==1.7.2
pymongo<3.0;python_version<="2.7.18"
pymongo==3.13.0;python_version<="2.7.18"
pymongo<4.0;python_version>"2.7.18"
numpy<1.17;python_version<="2.7.18"
numpy;python_version>"2.7.18"
Expand Down

0 comments on commit 72c4d25

Please sign in to comment.