Skip to content

Commit 432d896

Browse files
committed
update dependency floors to minimum compatible versions
1 parent 4906ebc commit 432d896

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ authors = [{ name = "Thomas M Bury", email = "tombury182@gmail.com" }]
1010
readme = "README.md"
1111
requires-python = ">=3.9"
1212
dependencies = [
13-
"pandas>=0.23.0",
13+
"pandas>=1.3.0",
1414
"numpy>=1.26.0,<2.0", # 1.26 is oldest with 3.12 wheels; <2.0 avoids breaking changes
15-
"plotly>=2.3.0",
16-
"lmfit>=0.9.0",
15+
"plotly>=4.0.0",
16+
"lmfit>=1.0.0",
1717
"arch>=6.2", # 6.2 is oldest with compiled 3.12 wheels
18-
"statsmodels>=0.9.0",
19-
"scipy>=1.0.1",
18+
"statsmodels>=0.13.0",
19+
"scipy>=1.7.0",
2020
"deprecation>=2.0",
2121
"entropyhub>=2.0",
2222
]

0 commit comments

Comments
 (0)