Skip to content

Commit

Permalink
Updating setup.py with numba and numpy version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-whalen-roslin committed Sep 11, 2020
1 parent fcec4e4 commit fd256f1
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 @@ -24,8 +24,8 @@
],
},
install_requires=[
'numpy',
'numba',
'numpy>=1.19',
'numba>=0.49.0',
'scipy'
]
)

0 comments on commit fd256f1

Please sign in to comment.