Shawn-Shan / fawkes

Fawkes, privacy preserving tool against facial recognition systems. More info at https://sandlab.cs.uchicago.edu/fawkes
https://sandlab.cs.uchicago.edu/fawkes
BSD 3-Clause "New" or "Revised" License
5.22k stars 481 forks source link

Incompatible python dependencies #114

Closed xirkus closed 3 years ago

xirkus commented 3 years ago

There are a set of incompatible python dependencies with installing fawkes with pip:

The workaround is to pin scipy to version 1.5.4. Might want to make this explicit in your requirements.txt.

Shawn-Shan commented 3 years ago

Thanks for bringing this up. The numpy requirement is not very crucial. I will fix it