Skip to content

Commit

Permalink
pin compatible version of packages (#489)
Browse files Browse the repository at this point in the history
* pin compatible version of formulaic

* pinning sklearn

* pinning scikit everywhere
  • Loading branch information
e-dorigatti authored Dec 19, 2024
1 parent 5b76a29 commit 9bb1a36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ optimization = [
"numpy",
"multiprocess",
"plotly",
"formulaic>=1.0.1",
"formulaic>=1.0.1,<1.1",
"cloudpickle>=2.0.0",
"sympy>=1.12",
"cvxpy[CLARABEL]",
"scikit-learn>=1.0.0",
"scikit-learn>=1.0.0,<1.6",
]
entmoot = ["entmoot>=2.0", "lightgbm==4.0.0", "pyomo==6.7.1", "gurobipy"]
xgb = ["xgboost>=1.7.5"]
cheminfo = ["rdkit>=2023.3.2", "scikit-learn>=1.0.0", "mordred"]
cheminfo = ["rdkit>=2023.3.2", "scikit-learn>=1.0.0,<1.6", "mordred"]
tests = [
"mopti",
"pytest",
Expand All @@ -67,14 +67,13 @@ all = [
"cloudpickle>=2.0.0",
"sympy>=1.12",
"cvxpy[CLARABEL]",
"scikit-learn>=1.0.0",
"scikit-learn>=1.0.0,<1.6",
"entmoot>=2.0",
"lightgbm==4.0.0",
"pyomo==6.7.1",
"gurobipy",
"xgboost>=1.7.5",
"rdkit>=2023.3.2",
"scikit-learn>=1.0.0",
"mordred",
"mopti",
"pytest",
Expand Down

0 comments on commit 9bb1a36

Please sign in to comment.