# $pip3 install -U -r requirements-cpu.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
# using command "-r" to import common files
-r requirements-common.txt
-r requirements.txt
# third-part dependency:
# e.g. $ pip install -U tensorflow==2.1.0 -i https://pypi.douban.com/simple
tensorflow==2.2.0
