py-numexpr3: fix version (#13781)
This commit is contained in:
parent
f25cf16b11
commit
894267e02e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class PyNumexpr3(PythonPackage):
|
|||
homepage = "https://github.com/pydata/numexpr/tree/numexpr-3.0"
|
||||
url = "https://pypi.io/packages/source/n/numexpr3/numexpr3-3.0.1a1.tar.gz"
|
||||
|
||||
version('3.0.1.a1', sha256sum='de06f1b4206704b5bc19ea09b5c94350b97c211c26bc866f275252a8461b87e6')
|
||||
version('3.0.1a1', sha256='de06f1b4206704b5bc19ea09b5c94350b97c211c26bc866f275252a8461b87e6')
|
||||
# TODO: Add CMake build system for better control of passing flags related
|
||||
# to CPU ISA.
|
||||
|
||||
|
|
Loading…
Reference in a new issue