Skip to content

Commit 02e9094

Browse files
authored
Merge pull request #23 from lanl/treddy_unpin_scipy
MAINT: unpin SciPy
2 parents 7664cab + 509ef3f commit 02e9094

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ dependencies = [
2020
'lightgbm',
2121
'lime',
2222
'opencv-python-headless==4.10.0.84',
23-
# pinned due to bug in `scipy==1.17.0` causing
24-
# NaN propagation through LIME explainer. See:
25-
# https://github.com/scipy/scipy/issues/24355
26-
# TODO: unpin when upstream issue is resolved
27-
'scipy<=1.16.3',
23+
'scipy',
2824
'pyyaml',
2925
'pooch',
3026
'pyarrow',

0 commit comments

Comments
 (0)