Skip to content

Commit 0dca4cd

Browse files
committed
Make scipy more flexible than before
1 parent 1df343f commit 0dca4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def select_constraint(default, nightly=None, git_master=None):
175175
# six, and protobuf) with TF.
176176
install_requires=[
177177
'scikit-learn==1.5.1',
178-
'scipy==1.17.0',
178+
'scipy>=1.4.1,<2',
179179
'absl-py>=0.9,<2.0.0',
180180
'apache-beam[gcp]>=2.53,<3;python_version>="3.11"',
181181
'apache-beam[gcp]>=2.50,<2.51;python_version<"3.11"',

0 commit comments

Comments
 (0)