Updated versioneer and removed some Python 2 and 3.6 support.
versioneer must be rerun to support Python 3.11. At the same time, the support
for Python 3.6 was further reduced and also some odd Python 2.7-leftovers removed.
正在显示
| -e ./ | -e ./ | ||
| dataclasses>=0.7; python_version < '3.7' | |||
| filelock | filelock | ||
| flake8==3.8.4 | flake8>=3.8.4 | ||
| pep8 | pep8 | ||
| pyflakes | pyflakes | ||
| black==20.8b1; platform.python_implementation!='PyPy' | black>=20.8b1 | ||
| pytest-cov>=2.6.1 | pytest-cov>=2.6.1 | ||
| coverage>=5.1 | coverage>=5.1 | ||
| pytest | pytest | ||
| ... | @@ -12,8 +11,8 @@ coveralls | ... | @@ -12,8 +11,8 @@ coveralls |
| cython | cython | ||
| sympy | sympy | ||
| versioneer | versioneer | ||
| jax; python_version > '3.6' | jax | ||
| jaxlib; python_version > '3.6' | jaxlib | ||
| numba | numba | ||
| numba-scipy>=0.3.0 | numba-scipy>=0.3.0 | ||
| diff-cover | diff-cover | ||
| ... | ... |
差异被折叠。
请
注册
或者
登录
后发表评论