Skip to content

Commit aaf4e60

Browse files
authored
[MNT] remove conflicting dependencies from all_extras (#625)
It seems `pyarrow` and `xgboostlss` in `all_extras` is causing some dependency resolution error on python 3.11. This PR removes aforementioned dependencies from `all_extras` for diagnosis, and as a possible solution.
1 parent f90f2ba commit aaf4e60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ all_extras = [
5656
"matplotlib>=3.3.2",
5757
"ngboost<0.6.0; python_version < '3.13'",
5858
"polars<1.35.0",
59-
"pyarrow<14.0.0; python_version < '3.12'",
6059
"pymc; python_version < '3.13'",
6160
"statsmodels>=0.12.1",
62-
"xgboostlss; python_version >= '3.10' and python_version < '3.12'",
6361
]
6462

6563
dev = [

0 commit comments

Comments
 (0)