Skip to content

Commit 8069f62

Browse files
committed
test and update numpy version constraint
1 parent e64be59 commit 8069f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
requires-python = ">=3.9"
1212
dependencies = [
1313
"pandas>=1.3.0",
14-
"numpy>=1.26.0,<2.0", # 1.26 is oldest with 3.12 wheels; <2.0 avoids breaking changes
14+
"numpy>=1.26.0", # tested compatible with numpy 2.x + EntropyHub
1515
"plotly>=4.0.0",
1616
"lmfit>=1.0.0",
1717
"arch>=6.2", # 6.2 is oldest with compiled 3.12 wheels

0 commit comments

Comments
 (0)