1 Star 0 Fork 13

猪公子 / scikit-learn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build-system]
# Minimum requirements for the build system to execute.
requires = [
"setuptools<60.0",
"wheel",
"Cython>=0.28.5",
# use oldest-supported-numpy which provides the oldest numpy version with
# wheels on PyPI
#
# see: https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
"oldest-supported-numpy",
"scipy>=1.3.2",
]
[tool.black]
line-length = 88
target_version = ['py38', 'py39', 'py310']
preview = true
exclude = '''
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.mypy_cache
| \.vscode
| build
| dist
| doc/tutorial
| doc/_build
| doc/auto_examples
| sklearn/externals
| asv_benchmarks/env
)/
'''
Python
1
https://gitee.com/gi/scikit-learn.git
git@gitee.com:gi/scikit-learn.git
gi
scikit-learn
scikit-learn
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891