Skip to content

Commit 488ba2d

Browse files
chore(deps): update dependency numpy to v2.3.0 (#2517)
1 parent 95c73bd commit 488ba2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dependencies-dev

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Cython==3.1.1
22
Jinja2==3.1.6
33
numpy==2.0.1 ; python_version <= '3.9'
4-
numpy==2.2.6 ; python_version > '3.9'
4+
numpy==2.2.6 ; python_version == '3.10'
5+
numpy==2.3.0 ; python_version >= '3.11'
56
pybind11==2.13.6
67
cmake==4.0.2
78
setuptools==79.0.1

0 commit comments

Comments
 (0)