Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohadfield committed Dec 7, 2018
1 parent 19a3867 commit 3990b79
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 @@ -21,7 +21,7 @@
install_requires = [
'numpy',
'scipy',
'numba'=='0.40.1',
'numba==0.40.1',
'future',
'h5py'
],
Expand Down

1 comment on commit 3990b79

@eric-wieser
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

Please sign in to comment.