Skip to content

Commit

Permalink
more flexible pandas/scipy compatibility (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Jul 11, 2023
1 parent b8b7e3c commit 1a6a655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/get_compatible_scipy_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
print('scipy==1.7.*')
elif sklearn_check_version('0.24'):
# scipy 1.6 is compatible with pandas versions lower than 1.4
print('scipy==1.6.* pandas==1.3')
print('scipy==1.6.* pandas==1.3.*')
else:
print('Scipy version defaults to not specified '
'for this outdated sklearn/python version.', file=stderr)
Expand Down

0 comments on commit 1a6a655

Please sign in to comment.