Skip to content

Commit

Permalink
Cap depency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Aug 20, 2021
1 parent a6923c7 commit f4ad3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
general_requirements = [
'dpath >= 1.5.0, < 2.0.0',
'pytest >= 4.4.1, < 6.0.0', # For openfisca test
'pytest-parallel', # For parallel tests
'pytest-sugar', # For formatting tests
'pytest-parallel < 1.0.0', # For parallel tests
'pytest-sugar < 1.0.0', # For formatting tests
'numpy >= 1.11, < 1.21',
'psutil >= 5.4.7, < 6.0.0',
'PyYAML >= 3.10',
Expand Down

0 comments on commit f4ad3ab

Please sign in to comment.