Skip to content

Commit

Permalink
Update the scipy dependency to 1.9.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 543452894
  • Loading branch information
michaelreneer authored and tensorflower-gardener committed Jun 26, 2023
1 parent 45da453 commit 5b21aad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
absl-py>=1.0,==1.*
attrs~=21.4
dm-tree==0.1.8
dp-accounting==0.4.1
dp-accounting==0.4.2
immutabledict~=2.2
matplotlib~=3.3
mpmath~=1.2
numpy~=1.21
packaging~=22.0
pandas~=1.4
scikit-learn>=1.0,==1.*
scipy~=1.7
scipy~=1.9
statsmodels~=0.13
tensorflow-datasets~=4.5
tensorflow-estimator~=2.4
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
'absl-py>=1.0,==1.*',
'attrs~=21.4',
'dm-tree==0.1.8',
'dp-accounting==0.4.1',
'dp-accounting==0.4.2',
'immutabledict~=2.2',
'matplotlib~=3.3',
'numpy~=1.21',
'packaging~=22.0',
'pandas~=1.4',
'parameterized~=0.8',
'scikit-learn>=1.0,==1.*',
'scipy~=1.7',
'scipy~=1.9',
'statsmodels~=0.13',
'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4',
Expand Down

0 comments on commit 5b21aad

Please sign in to comment.