Skip to content

Commit

Permalink
Update 'pip_numpy' to v1.17.5 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon authored and rbsheth committed Jan 8, 2020
1 parent 417ed71 commit adf8011
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ hunter_default_version(pip_jmespath VERSION 0.9.4)
hunter_default_version(pip_lazy-object-proxy VERSION 1.3.1)
hunter_default_version(pip_nose VERSION 1.3.7)
hunter_default_version(pip_nose-timer VERSION 0.7.5)
hunter_default_version(pip_numpy VERSION 1.16.2)
hunter_default_version(pip_numpy VERSION 1.17.5)
hunter_default_version(pip_pylint VERSION 2.3.1)
hunter_default_version(pip_python-dateutil VERSION 2.8.0)
hunter_default_version(pip_requests VERSION 2.21.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/pip_numpy/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
2a5a60f2b49befaf01a12dc66bab33d519af0cba
)

hunter_add_version(
PACKAGE_NAME
pip_numpy
VERSION
1.17.5
URL
"https://github.com/numpy/numpy/releases/download/v1.17.5/numpy-1.17.5.tar.gz"
SHA1
b8bac799f4a1e715aea082482a42757daa5dcc29
)

hunter_pick_scheme(DEFAULT url_sha1_pip)
hunter_cacheable(pip_numpy)
hunter_download(PACKAGE_NAME pip_numpy)

0 comments on commit adf8011

Please sign in to comment.