From 29c96bd72a435af5b08b81d4ee993c80c150583c Mon Sep 17 00:00:00 2001 From: Benjamin Kane Date: Thu, 29 Oct 2020 16:32:29 -0400 Subject: [PATCH] bump eta version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d69651c54..a6e367b3b8 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def finalize_options(self): "tabulate", "xmltodict", # internal packages - "voxel51-eta>=0.1.10,<0.2", + "voxel51-eta>=0.1.11,<0.2", # ETA dependency - restricted to a maximum version known to provide # wheels here because it tends to publish sdists several hours before # wheels. When users install FiftyOne in this window, they will need to