Skip to content

Commit

Permalink
Pin pysmt for setup_requires and install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello authored May 30, 2018
1 parent 5dd970d commit 67ca271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion penaltymodel_maxgap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run(self):
setup_requires = ['pysmt==0.7.0']
install_requires = ['six>=1.11.0,<2.0.0',
'dwave_networkx>=0.6.0,<0.7.0',
'pysmt>=0.7.0,<0.8.0',
'pysmt==0.7.0',
'penaltymodel>=0.14.0,<0.15.0',
'dimod>=0.6.3,<0.7.0']
extras_require = {}
Expand Down

0 comments on commit 67ca271

Please sign in to comment.