We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64be59 commit 8069f62Copy full SHA for 8069f62
1 file changed
pyproject.toml
@@ -11,7 +11,7 @@ readme = "README.md"
11
requires-python = ">=3.9"
12
dependencies = [
13
"pandas>=1.3.0",
14
- "numpy>=1.26.0,<2.0", # 1.26 is oldest with 3.12 wheels; <2.0 avoids breaking changes
+ "numpy>=1.26.0", # tested compatible with numpy 2.x + EntropyHub
15
"plotly>=4.0.0",
16
"lmfit>=1.0.0",
17
"arch>=6.2", # 6.2 is oldest with compiled 3.12 wheels
0 commit comments