mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 01:36:21 +00:00
Update pyproject.toml
This commit is contained in:
@@ -12,7 +12,7 @@ version = "0.0.1"
|
||||
dependencies = [
|
||||
"pytest",
|
||||
"pytest-timeout",
|
||||
"numpy; sys_platform != "android" and not (sys_platform == "ios" and python_version >= "3.14")",
|
||||
"numpy; sys_platform != 'android' and not (sys_platform == 'ios' and python_version >= '3.14')",
|
||||
"scipy; sys_platform != 'android' and sys_platform != 'ios'",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user