OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
491 stars 136 forks source link

#432 proposing use of python3 metapackage on Debian-alike systems ins… #444

Closed emmcauley closed 1 year ago

emmcauley commented 1 year ago

…tead of locking to specific version that requires a PPA be used

Description //

Changes related to pull request #32 / issue #31 -- there didn't seem to be a specific reason documented to lock specifically to Python 3.6 or pull in a custom PPA. The changes I am proposing in this pull request let the Ubuntu/Debian "python3" meta-package select the supported version of Python3 for that system and removes the deadsnakes-ppa line.

Affected Dependencies

List any dependencies that are required for this change. // None

How has this been tested?

Checklist