Skip to content

Commit

Permalink
lift pymongo limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 17, 2024
1 parent 2a986bc commit c8ca053
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion mpcontribs-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"uncertainties",
"websocket_client",
"zstandard",
"pymongo<4.9",
],
extras_require={
"dev": ["pytest", "flake8"]
Expand Down
1 change: 0 additions & 1 deletion mpcontribs-kernel-gateway/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ jupyter-kernel-gateway
kaleido
mpcontribs-client
psutil
pymongo<4.9
1 change: 0 additions & 1 deletion mpcontribs-portal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"scipy",
"setproctitle",
"whitenoise",
"pymongo<4.9",
],
extras_require={
"dev": ["pytest", "flake8"]
Expand Down

0 comments on commit c8ca053

Please sign in to comment.