Skip to content

Commit 7698fbb

Browse files
committed
add minimal required versions for dependencies
1 parent 27926f6 commit 7698fbb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ maintainers = [
1515
]
1616
requires-python = ">=3.9"
1717
dependencies = [
18-
"joblib",
19-
"numpy",
20-
"pandas",
21-
"scipy",
18+
"joblib>=1.2.0",
19+
"numpy>=2.0.0",
20+
"pandas>=2.0.0",
21+
"scipy>=1.7.0",
2222
"scikit-learn>=1.6.0",
23-
"statsmodels",
24-
"matplotlib",
23+
"statsmodels>=0.14.0",
24+
"matplotlib>=3.9.0",
2525
"seaborn>=0.13",
26-
"plotly"
26+
"plotly>=5.0.0"
2727
]
2828
classifiers = [
2929
"Programming Language :: Python :: 3",
@@ -43,8 +43,8 @@ rdd = [
4343
dev = [
4444
"pytest>=8.3.0",
4545
"pytest-cov>=6.0.0",
46-
"xgboost",
47-
"lightgbm",
46+
"xgboost>=2.1.0",
47+
"lightgbm>=4.5.0",
4848
"black>=25.1.0",
4949
"ruff>=0.11.1",
5050
"pre-commit>=4.2.0",

0 commit comments

Comments
 (0)