Skip to content

Commit

Permalink
Specify Python>=3.6 requirement in setup.py (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Mar 17, 2021
1 parent 6a3e9a5 commit 6a88327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def main():
'pysb.testing', 'pysb.tests'],
scripts=['scripts/pysb_export'],
# We should really specify some minimum versions here.
python_requires='>=3.6',
install_requires=['numpy', 'scipy>=1.1', 'sympy>=1.6', 'networkx',
'futures; python_version == "2.7"'],
setup_requires=['nose'],
Expand Down

0 comments on commit 6a88327

Please sign in to comment.