Skip to content

Commit

Permalink
Merge pull request #3156 from PrimozGodec/develop
Browse files Browse the repository at this point in the history
Update Numpy minimum version to 1.17.0
  • Loading branch information
piskvorky authored May 24, 2021
2 parents 29fecbf + 8104ff0 commit 82a2968
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 @@ -315,7 +315,7 @@ def run(self):
'pandas',
]

NUMPY_STR = 'numpy >= 1.11.3'
NUMPY_STR = 'numpy >= 1.17.0'
#
# We pin the Cython version for reproducibility. We expect our extensions
# to build with any sane version of Cython, so we should update this pin
Expand Down

0 comments on commit 82a2968

Please sign in to comment.