In setup.py or pip requirements file, how to control order of installing package dependencies?

后端 未结 4 1671
情歌与酒
情歌与酒 2021-01-02 02:35

I\'ve got a Python package with its setup.py having dependencies declared via the usual way, in install_requires=[...]. One of the packages there, scikits.timeseries, has a

4条回答
提交回复
热议问题