Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Fix hypothesis dependency (#213)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #213

caffe2 uses min_satisfying_examples, which was removed in v4.0 of
hypothesis. This diff makes sure we depend on an earlier version until this
is fixed upstream

Reviewed By: m3rlin45, chenyangyu1988

Differential Revision: D13704590

fbshipit-source-id: 057a33ecd3978b8c11077f475eac3c150d87f7dd
  • Loading branch information
Titousensei authored and facebook-github-bot committed Jan 16, 2019
1 parent ffdbe27 commit 8a73c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click
future
hypothesis
hypothesis<4.0
joblib
numpy
onnx
Expand Down

0 comments on commit 8a73c72

Please sign in to comment.