加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
requirements.txt 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhyantao 提交于 2024-05-31 21:18 . Change notebook theme
# pip freeze | xargs pip uninstall -y
# pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
CairoSVG==2.7.1
docutils==0.20.1
jupytext==1.16.0
matplotlib==3.8.2
myst-nb==1.0.0
myst-parser==2.0.0
numpy==1.26.3
openpyxl==3.1.2
pandas==2.1.4
scikit-learn==1.3.2
seaborn==0.13.1
Sphinx==7.2.6
sphinx-autobuild==2021.3.14
sphinx-autodoc-typehints==1.25.2
sphinx-book-theme==1.1.0
sphinx-comments==0.0.3
sphinxcontrib-bibtex==2.6.1
sphinxcontrib-mermaid==0.9.2
sphinx-copybutton==0.5.2
sphinx-design==0.5.0
sphinx-thebe==0.3.0
sphinx-togglebutton==0.3.2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化