Skip to content

Commit

Permalink
adds version requirement for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Hallouin committed May 15, 2020
1 parent f77ce4d commit 5efb403
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 @@ -52,7 +52,7 @@
packages=['smartpy', 'smartpy.montecarlo', 'examples'],

install_requires=[
'numpy',
'numpy>=1.16',
'scipy',
'future'
],
Expand Down

0 comments on commit 5efb403

Please sign in to comment.