Skip to content

Commit

Permalink
Merge pull request #131 from jonwright/master
Browse files Browse the repository at this point in the history
numba pin for py27
  • Loading branch information
jonwright authored Apr 9, 2021
2 parents 57a39f4 + 8ba2e2d commit eba192b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ def build_extensions(self):
more = [
# Used in sandbox / test / not completely essential, but should work for CI
"pytest",
"numba", # for some test cases
'numba==0.46.0 ; python_version < "3" ', # for some test cases
'numba ; python_version > "3" ', # for some test cases
"pillow", # in sandbox
"lmfit", # in sandbox
"PyMca5", # in sandbox
Expand Down

0 comments on commit eba192b

Please sign in to comment.