【问题标题】:Is there any documentation on the interdependencies between packages in the scipy, numpy, pandas, scikit ecosystem? Python是否有关于 scipy、numpy、pandas、scikit 生态系统中包之间相互依赖关系的文档? Python
【发布时间】:2013-02-15 02:23:18
【问题描述】:

是否有关于 scipy、numpy、pandas、scikit 生态系统中包之间的相互依赖关系和关系的文档?

【问题讨论】:

    标签: python numpy scipy pandas scikit-learn


    【解决方案1】:

    AFAIK,这里是依赖树(numpy 是一切的依赖):

    • numpy
      • scipy
        • scikit 学习
      • 熊猫

    【讨论】:

      【解决方案2】:

      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
      ...
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-10-17
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-09-06
        • 1970-01-01
        相关资源
        最近更新 更多