Skip to content

Commit

Permalink
Remove unneeded tensorflow-privacy dependencies.
Browse files Browse the repository at this point in the history
* The following dependencies don't appear to be needed at all:
  * `mpmath`
  * `scikit-learn`
  * `tf-models-official`

* The following dependencies don't appear to be needed by the package:
  * `immutabledict`
  * `matplotlib`
  * `pandas`
  * `parameterized`
  * `statsmodels`
  * `tensorflow-datasets`

PiperOrigin-RevId: 570172856
  • Loading branch information
michaelreneer authored and tensorflower-gardener committed Oct 5, 2023
1 parent 0d1bd9d commit b7719f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ dm-tree==0.1.8
dp-accounting==0.4.3
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.9
statsmodels~=0.13
tensorflow-datasets~=4.5
tensorflow-estimator~=2.4
tensorflow-probability~=0.20.0
tensorflow~=2.4
tf-models-official~=2.13
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,12 @@
'attrs>=21.4',
'dm-tree==0.1.8',
'dp-accounting==0.4.3',
'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.9',
'statsmodels~=0.13',
'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4',
'tensorflow-probability~=0.20.0',
'tensorflow~=2.4',
'tf-models-official~=2.13',
],
packages=find_packages(),
)

0 comments on commit b7719f2

Please sign in to comment.