Skip to content

Commit

Permalink
Updating the scipy dependency to 1.2.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 291736367
  • Loading branch information
dhruvesh09 authored and tf-model-analysis-team committed Jan 27, 2020
1 parent 20d3a54 commit 445b7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ def run(self):
# protobuf) with TF.
'install_requires': [
# Sort alphabetically
'absl-py>=0.7,<0.9',
'apache-beam[gcp]>=2.17,<3',
'ipywidgets>=7,<8',
'jupyter>=1,<2',
'numpy>=1.16,<2',
'protobuf>=3.7,<4',
# TODO(b/126957988): Stop pinning scipy when possible.
'scipy==1.1.0',
'scipy==1.2.2',
'six>=1.12,<2',
'tensorflow>=1.15,<3',
'tensorflow-metadata>=0.21,<0.22',
Expand Down

0 comments on commit 445b7b0

Please sign in to comment.