py-fisher: add version 0.1.10 (#34738)
This commit is contained in:
parent
190dfd0269
commit
7a92579480
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ class PyFisher(PythonPackage):
|
|||
homepage = "https://github.com/brentp/fishers_exact_test"
|
||||
pypi = "fisher/fisher-0.1.9.tar.gz"
|
||||
|
||||
version("0.1.10", sha256="0ec89019e814cf102f33be5674a6205af433711ecb742a7ed5b48896af243523")
|
||||
version("0.1.9", sha256="d378b3f7e488e2a679c6d0e5ea1bce17bc931c2bfe8ec8424ee47a74f251968d")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-numpy", type=("build", "run"))
|
||||
depends_on("py-cython", type="build", when="@0.1.10:")
|
||||
|
|
Loading…
Reference in a new issue