OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
270 stars 75 forks source link

Update version to 0.2.1rc5 and remove hard dependency to dp_accounting #485

Closed dvadym closed 10 months ago

dvadym commented 10 months ago

dp_accounting library is needed only for PLD accounting which is currently experimental feature. On other hand, the current dependencies of dp_accounting library makes hard to satisfy installation requirements. So let's remove the installation dependency and for those who like to use PLD feature, they can install dp_accounting library separately.