From c37f6e745ae52ec2f25fe0e9e55dbf988a6e1484 Mon Sep 17 00:00:00 2001 From: Clark Zinzow Date: Thu, 19 Mar 2020 14:12:47 -0600 Subject: [PATCH] Remove duplicate jsonschema from setup.py (#7665) --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 36af00e76..a4edb3460 100644 --- a/python/setup.py +++ b/python/setup.py @@ -180,7 +180,6 @@ requires = [ "packaging", "pytest", "pyyaml", - "jsonschema", "redis>=3.3.2", # NOTE: Don't upgrade the version of six! Doing so causes installation # problems. See https://github.com/ray-project/ray/issues/4169.