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

downgraded poetry to 1.1.12 #434

Closed chinmayshah99 closed 1 year ago

chinmayshah99 commented 1 year ago

The build was failing due to latest version of poetry. downgraded poetry to avoid this

Referece: https://stackoverflow.com/a/73984711/4248458

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist

chinmayshah99 commented 1 year ago

addressing this in #435