trailofbits / PrivacyRaven

Privacy Testing for Deep Learning
Apache License 2.0
184 stars 16 forks source link

Add support for Python 3.6, 3.8, and 3.9 #52

Closed suhacker1 closed 3 years ago

suhacker1 commented 3 years ago

Is your feature request related to a problem? Please describe. Presently, PrivacyRaven supports 3.7. Supporting 3.6 specifically would enable PrivacyRaven to work on Google Colab.

Describe the solution you'd like. Minimal changes to existing code is preferred.

Describe alternatives you've considered. Forcing Colab to run on a 3.8 kernel would increase the complexity of getting started with PrivacyRaven.

Detail any additional context. This is in response to #51.

pwang00 commented 3 years ago

I'll be looking into this and seeing if I can get PrivacyRaven / Poetry to work inside a Python 3.6.10 Docker container.