Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何关于 scipy、numpy、pandas、scikit 生态系统中包之间的相互依赖关系和关系的文档?
AFAIK,这里是依赖树(numpy 是一切的依赖):
Anaconda 有很好的 conda-meta 文件,列出了 100 多个包的要求。 这个gist有一个简短的 shell 脚本来总结这些信息;比如八月份(不包括numpy)——
pandas-0.11.0-np17py27_1.json dateutil 2.1 pytz 2013b scipy 0.12.0 statsmodels-0.4.3-np17py27_1.json pandas 0.11.0 scipy 0.12.0 ...