Skip to content

Commit

Permalink
remove requirement <5.0.0 for hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Graña committed Nov 22, 2023
1 parent 95e59aa commit 4992361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"scipy>=0.16",
],
"dev": [
"hypothesis<5.0.0",
"hypothesis",
"flake8",
"hypothesis[datetime]",
"mock",
Expand Down

0 comments on commit 4992361

Please sign in to comment.