tsfresh版本与numpy,mxnet版本冲突问题

tsfresh最新版是0.16.0

安装时出现

ERROR: mxnet 1.1.0 has requirement numpy<=1.13.3,>=1.8.2, but you'll have numpy 1.15.1 which is incompatible.

把numpy安装成1.13.3后

Name: numpy
Version: 1.13.3

又出现

ERROR: tsfresh 0.16.0 has requirement numpy>=1.15.1, but you'll have numpy 1.13.3 which is incompatible.
ERROR: scipy 1.5.2 has requirement numpy>=1.14.5, but you'll have numpy 1.13.3 which is incompatible

死循环了? 咋办呢

你把mxnet换成新版本,然后numpy使用1.15.1版本