gnu: scvelo: Make compatible with latest matplotlib.
* gnu/packages/bioinformatics.scm (scvelo)[arguments]: Add phase 'matplotlib-compatibility. Change-Id: Ia761821c8aa1e516525cff7c680db471a5908e5fmaster
parent
e833d3abf8
commit
6b4c911a99
|
@ -20799,6 +20799,11 @@ aligner.")
|
||||||
'(list "-k" "not test_perfect_fit and not test_perfect_fit_2d")
|
'(list "-k" "not test_perfect_fit and not test_perfect_fit_2d")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'matplotlib-compatibility
|
||||||
|
(lambda _
|
||||||
|
(substitute* "scvelo/settings.py"
|
||||||
|
(("warnings.filterwarnings\\(\"ignore\", category=cbook.mplDeprecation\\)")
|
||||||
|
""))))
|
||||||
;; Numba needs a writable dir to cache functions.
|
;; Numba needs a writable dir to cache functions.
|
||||||
(add-before 'check 'set-numba-cache-dir
|
(add-before 'check 'set-numba-cache-dir
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue