Skip to content

Commit cc19dba

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

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
@@ -43,7 +43,7 @@ dependencies = [
4343
"numpy>=1.26; python_version >= '3.12'",
4444
"numpy>=1.24; python_version >= '3.11'",
4545
"numpy>=1.22",
46-
"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
46+
"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
4747
"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.
4848
"typing-extensions>=4.1", # for `assert_never`
4949
]

0 commit comments

Comments
 (0)