代码拉取完成,页面将自动刷新
# Please refer to https://scipy.github.io/devdocs/building/index.html
# To use:
# $ conda env create -f environment.yml # `mamba` works too for this command
# $ conda activate scipy-dev
#
name: scipy-dev
channels:
- conda-forge
dependencies:
- python
- cython!=3.0.3
- compilers # Currently unavailable for Windows. Comment out this line and download Rtools and add <path>\ucrt64\bin\ to your path: https://cran.r-project.org/bin/windows/Rtools/rtools40.html
- meson
- meson-python
- ninja
- numpy
- openblas
- pkg-config
- libblas=*=*openblas # helps avoid pulling in MKL
- pybind11
# scipy.datasets dependency
- pooch
# ---
- pythran
# For testing and benchmarking
- pytest
- pytest-cov
- pytest-xdist
- pytest-timeout
- asv >=0.6
- hypothesis
# For type annotations
- mypy
- typing_extensions
- types-psutil
# For building docs
- sphinx
- numpydoc
- ipython
- setuptools<67.3 # avoid pkg_resources deprecation warnings from MPL/scikit-umfpack
- matplotlib
- pydata-sphinx-theme==0.9.0
- sphinx-design
- jupytext
- myst-nb
# Some optional test dependencies
- mpmath
- gmpy2
- threadpoolctl
# For CLI
- rich-click
- click
- doit>=0.36.0
- pydevtool
# For linting
- ruff
- cython-lint
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。