Merge pull request #1680 from webknjaz/patch-2
[docs] Drop `wheel` from `pyproject.toml` example @ options page
This commit is contained in:
@@ -846,7 +846,6 @@ Platform-specific environment variables are also available:<br/>
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools>=42",
|
"setuptools>=42",
|
||||||
"wheel",
|
|
||||||
"Cython",
|
"Cython",
|
||||||
"numpy==1.13.3; python_version<'3.5'",
|
"numpy==1.13.3; python_version<'3.5'",
|
||||||
"oldest-supported-numpy; python_version>='3.5'",
|
"oldest-supported-numpy; python_version>='3.5'",
|
||||||
|
|||||||
Reference in New Issue
Block a user