Skip to content
Snippets Groups Projects
Commit aec91d1c authored by Sajid Ali's avatar Sajid Ali Committed by Adam J. Stewart
Browse files

update version for numexpr (#8702)

* 	modified:   package.py

* 	deleted:    var/spack/repos/builtin/packages/py-numexpr/numexpr-2.6.5.tar.gz
parent 4c5e4cb9
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,9 @@
class PyNumexpr(PythonPackage):
"""Fast numerical expression evaluator for NumPy"""
homepage = "https://pypi.python.org/pypi/numexpr"
url = "https://pypi.io/packages/source/n/numexpr/numexpr-2.6.1.tar.gz"
url = "https://pypi.io/packages/source/n/numexpr/numexpr-2.6.5.tar.gz"
version('2.6.5', 'c9b5859c11bd6da092f6c8a84a472e77')
version('2.6.1', '6365245705b446426df9543ad218dd8e')
version('2.5', '84f66cced45ba3e30dcf77a937763aaa')
version('2.4.6', '17ac6fafc9ea1ce3eb970b9abccb4fbd')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment