Skip to content

Commit 56f32e5

Browse files
committed
Restrict numpy version to <2.0 in dependencies
Added an explicit 'numpy<2.0' constraint to pyproject.toml dependencies to prevent installation of numpy 2.x, ensuring compatibility with the project and its dependencies.
1 parent 9f8f0d2 commit 56f32e5

File tree

2 files changed

+46
-170
lines changed

2 files changed

+46
-170
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"bokeh>=3.7.3,<4",
2323
"matplotlib>=3.10,<4",
2424
"dill>=0.3.9,<0.5.0",
25+
"numpy<2.0",
2526
]
2627

2728
[project.urls]

0 commit comments

Comments
 (0)