Skip to content

Commit

Permalink
temp solution for joblib 1.3.0 issue (microsoft#1100)
Browse files Browse the repository at this point in the history
* temp solution for joblib 1.3.0 issue, no need once joblib/joblib-spark#48 is merged

* update option
  • Loading branch information
thinkall authored Jun 30, 2023
1 parent 99ad037 commit 3f5b6bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"spark": [
"pyspark>=3.2.0",
"joblibspark>=0.5.0",
"joblib<1.3.0", # temp solution for joblib 1.3.0 issue, no need once https://github.com/joblib/joblib-spark/pull/48 is merged
],
"test": [
"lightgbm>=2.3.1",
Expand Down Expand Up @@ -87,6 +88,7 @@
"pydantic",
"sympy",
"wolframalpha",
"joblib<1.3.0", # temp solution for joblib 1.3.0 issue, no need once https://github.com/joblib/joblib-spark/pull/48 is merged
],
"catboost": ["catboost>=0.26"],
"blendsearch": ["optuna==2.8.0"],
Expand Down Expand Up @@ -140,6 +142,7 @@
"joblibspark>=0.5.0",
"optuna==2.8.0",
"pyspark>=3.2.0",
"joblib<1.3.0", # temp solution for joblib 1.3.0 issue, no need once https://github.com/joblib/joblib-spark/pull/48 is merged
],
"autozero": ["scikit-learn", "pandas", "packaging"],
},
Expand Down

0 comments on commit 3f5b6bb

Please sign in to comment.