Skip to content

Commit

Permalink
Add numpy dep for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Nov 24, 2023
1 parent 4eb66e4 commit 83bf152
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 @@ -9,6 +9,7 @@ requires = [
"numpy==1.17.3; python_version=='3.8'",
"numpy==1.19.3; python_version=='3.9'",
"numpy==1.22.2; python_version=='3.10'",
"numpy==1.24.0; python_version=='3.11'"
"numpy==1.24.0; python_version=='3.11'",
"numpy==1.26.2; python_version=='3.12'",
]

0 comments on commit 83bf152

Please sign in to comment.