diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 1fd1b0ba318..cbeaea2cacd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -423,13 +423,13 @@ routines such as routines for numerical integration and optimization.") | |||
| 423 | (define-public python-scikit-allel | 423 | (define-public python-scikit-allel |
| 424 | (package | 424 | (package |
| 425 | (name "python-scikit-allel") | 425 | (name "python-scikit-allel") |
| 426 | (version "1.3.5") | 426 | (version "1.3.13") |
| 427 | (source | 427 | (source |
| 428 | (origin | 428 | (origin |
| 429 | (method url-fetch) | 429 | (method url-fetch) |
| 430 | (uri (pypi-uri "scikit-allel" version)) | 430 | (uri (pypi-uri "scikit_allel" version)) |
| 431 | (sha256 | 431 | (sha256 |
| 432 | (base32 "1vg88ng6gd175gzk39iz1drxig5l91dyx398w2kbw3w8036zv8gj")))) | 432 | (base32 "0d9yadzhsjjqkh6rz273f53iwczk0c7pv9dajzcrmfnk036b8f4s")))) |
| 433 | (build-system pyproject-build-system) | 433 | (build-system pyproject-build-system) |
| 434 | (arguments | 434 | (arguments |
| 435 | (list | 435 | (list |
| @@ -451,21 +451,18 @@ routines such as routines for numerical integration and optimization.") | |||
| 451 | (lambda _ | 451 | (lambda _ |
| 452 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) | 452 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) |
| 453 | (propagated-inputs | 453 | (propagated-inputs |
| 454 | (list python-dask | 454 | (list python-dask python-numpy)) |
| 455 | python-numpy | ||
| 456 | python-click)) | ||
| 457 | (native-inputs | 455 | (native-inputs |
| 458 | (list python-cython | 456 | (list htslib |
| 459 | python-setuptools | 457 | python-cython |
| 460 | python-wheel | ||
| 461 | ;; The following are all needed for the tests | ||
| 462 | htslib | ||
| 463 | python-h5py | 458 | python-h5py |
| 464 | python-hmmlearn | 459 | python-hmmlearn |
| 465 | python-numexpr | 460 | python-numexpr |
| 461 | python-numpy | ||
| 466 | python-pytest | 462 | python-pytest |
| 467 | python-scipy | 463 | python-setuptools |
| 468 | python-setuptools-scm | 464 | python-setuptools-scm |
| 465 | python-wheel | ||
| 469 | python-zarr)) | 466 | python-zarr)) |
| 470 | (home-page "https://github.com/cggh/scikit-allel") | 467 | (home-page "https://github.com/cggh/scikit-allel") |
| 471 | (synopsis "Explore and analyze genetic variation data") | 468 | (synopsis "Explore and analyze genetic variation data") |
