Skip to content

Commit 3d3c4d9

Browse files
⬆️🐍 Update dependency numpy to >=2.3,<3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96cb31e commit 3d3c4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"numpy>=1.26; python_version >= '3.12'",
4747
"numpy>=1.24; python_version >= '3.11'",
4848
"numpy>=1.22",
49-
"numpy>=1.22,<2; sys_platform == 'darwin' and 'x86_64' in platform_machine and python_version < '3.13'", # Restrict numpy v2 for macOS x86 since it is not supported anymore since torch v2.3.0
49+
"numpy>=2.3,<3; sys_platform == 'darwin' and 'x86_64' in platform_machine and python_version < '3.13'", # Restrict numpy v2 for macOS x86 since it is not supported anymore since torch v2.3.0
5050
"torch>=2.8.0,<2.9.0; sys_platform == 'darwin' and 'x86_64' in platform_machine and python_version < '3.13'", # Restrict torch v2.3.0 for macOS x86 since it is not supported anymore.
5151
"typing-extensions>=4.1", # for `assert_never`
5252
]

0 commit comments

Comments
 (0)