We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27926f6 commit 7698fbbCopy full SHA for 7698fbb
pyproject.toml
@@ -15,15 +15,15 @@ maintainers = [
15
]
16
requires-python = ">=3.9"
17
dependencies = [
18
- "joblib",
19
- "numpy",
20
- "pandas",
21
- "scipy",
+ "joblib>=1.2.0",
+ "numpy>=2.0.0",
+ "pandas>=2.0.0",
+ "scipy>=1.7.0",
22
"scikit-learn>=1.6.0",
23
- "statsmodels",
24
- "matplotlib",
+ "statsmodels>=0.14.0",
+ "matplotlib>=3.9.0",
25
"seaborn>=0.13",
26
- "plotly"
+ "plotly>=5.0.0"
27
28
classifiers = [
29
"Programming Language :: Python :: 3",
@@ -43,8 +43,8 @@ rdd = [
43
dev = [
44
"pytest>=8.3.0",
45
"pytest-cov>=6.0.0",
46
- "xgboost",
47
- "lightgbm",
+ "xgboost>=2.1.0",
+ "lightgbm>=4.5.0",
48
"black>=25.1.0",
49
"ruff>=0.11.1",
50
"pre-commit>=4.2.0",
0 commit comments