Remove duplicate jsonschema from setup.py (#7665)

This commit is contained in:
Clark Zinzow
2020-03-19 14:12:47 -06:00
committed by GitHub
parent 90b553ed05
commit c37f6e745a
-1
View File
@@ -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.