1 Star 1 Fork 1

幽鸟 / scipy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
environment.yml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
# 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
1
https://gitee.com/quietbirds/scipy.git
git@gitee.com:quietbirds/scipy.git
quietbirds
scipy
scipy
main

搜索帮助