Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Update requirements.txt #42

Closed pnu-s closed 3 years ago

pnu-s commented 3 years ago
pnu-s commented 3 years ago

Not sure why the test test_icon_similarity_different_app is not passing anymore:

    self.assertEqual(diff_1, 0.7265625)
AssertionError: 0.734375 != 0.7265625

The version of dhash did not change in this PR.

Any idea @U039b? I'm not entirely familiar with the tests from this repository :/

pnu-s commented 3 years ago

The problem seems to come from the changes in the list of requirements so I moved the other commits in another branch (in #44)