Skip to content

Commit

Permalink
bump min mongo version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jan 8, 2021
1 parent a9ae64d commit 2a138b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/core/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class DatabaseService(MultiClientService):
if sys.platform.startswith("win"):
MONGOD_EXE_NAME += ".exe"

MIN_MONGO_VERSION = "3.6"
MIN_MONGO_VERSION = "4.4"

@property
def database_dir(self):
Expand Down

0 comments on commit 2a138b7

Please sign in to comment.