Skip to content

Commit

Permalink
Merge pull request #6 from Som-Energia/MOD_pymongo_version
Browse files Browse the repository at this point in the history
✅ Change pymongo version
  • Loading branch information
oriolpiera committed Feb 7, 2024
2 parents 4be35d1 + 72c4d25 commit 1725094
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 1725094

Please sign in to comment.