Skip to content

Commit

Permalink
Fixing python version to >3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Meraldo Antonio committed Nov 7, 2024
1 parent 0345959 commit 0fea11f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skpro/regression/bayesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ class BayesianLinearRegressor(BaseProbaRegressor):
# packaging info
# --------------
"authors": ["meraldoantonio"],
"python_version": ">=3.10",
"python_version": ">3.9",
"python_dependencies": [
"pymc",
"pymc_marketing",
"arviz>=0.18.0",
"scipy<=1.12.0",
],
# estimator tags
# --------------
Expand Down

0 comments on commit 0fea11f

Please sign in to comment.