Skip to content

Commit

Permalink
Enable *Numpy* 2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 23, 2024
1 parent 0a82251 commit 1df71a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ classifiers = [
dependencies = [
"colour-science>=0.4.5",
"imageio>=2,<3",
"numpy>=1.24,<2",
"numpy>=1.24,<2; python_version < '3.13' and sys_platform == 'windows'",
"numpy>=2,<3; python_version >= '3.13' and sys_platform == 'windows'",
"scipy>=1.10,<2",
"typing-extensions>=4,<5",
]
Expand Down

0 comments on commit 1df71a5

Please sign in to comment.