[Serve] Only install dataclasses on Python 3.6 (#10936)

This commit is contained in:
architkulkarni
2020-09-23 00:07:28 +00:00
committed by Barak Michener
parent c636f5bd40
commit f371eb334c
3 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -38,13 +38,13 @@ tabulate
tensorboardX
uvicorn
pydantic
dataclasses
dataclasses; python_version < '3.7'
# Requirements for running tests
blist; platform_system != "Windows"
boto3
cython==0.29.0
dataclasses
dataclasses; python_version < '3.7'
dask[complete]
feather-format
gym