# third-part dependency:
# tensorflow >>
tensorflow-datasets>=1.2.0 # 可能依赖$pip install siphash
# pytorch >>
torch>=1.3.0
torchvision>=0.4.0  # see https://github.com/pytorch/vision/releases
# ray-project >>
# e.g. pip install -U ray==0.7.6 -i https://pypi.tuna.tsinghua.edu.cn/simple
ray>=0.7.6
# redis cluster: redis和redis-py-cluster冲突，可能需要先uninstall已安装高版本的redis, 然后再安装redis-py-cluster, 最后再$pip install -U redis==3.0.1
redis==3.0.1
redis-py-cluster==2.0.0
# self-research framework:
py-common-util>=0.0.66
# 遗传算法
# 1.numba (待定）
# 2.ta-lib, finta(https://github.com/peerchemist/finta)
deap==1.3.0
