Add py-numexpr 2.7.0 (#13172)
This commit is contained in:
parent
db4d06f953
commit
101c287e7b
@ -9,8 +9,9 @@
|
||||
class PyNumexpr(PythonPackage):
|
||||
"""Fast numerical expression evaluator for NumPy"""
|
||||
homepage = "https://pypi.python.org/pypi/numexpr"
|
||||
url = "https://github.com/pydata/numexpr/archive/v2.6.9.tar.gz"
|
||||
url = "https://github.com/pydata/numexpr/archive/v2.7.0.tar.gz"
|
||||
|
||||
version('2.7.0', sha256='1923f038b90cc69635871968ed742be7775c879451c612f173c2547c823c9561')
|
||||
version('2.6.9', sha256='d57267bbdf10906f5ed7841b3484bec4af0494102b50e89ba316924cc7a7fd46')
|
||||
version('2.6.5', sha256='fe78a78e002806e87e012b6105f3b3d52d47fc7a72bafb56341fcec7ce02cfd7')
|
||||
version('2.6.1', sha256='e92c83d066fa8da63864d69b5f218287cc31437ae844db77390f2183123aab22')
|
||||
|
Loading…
Reference in New Issue
Block a user