diff options
-rw-r--r-- | sci-biology/deeptools/deeptools-3.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/deeptools/deeptools-3.5.0.ebuild b/sci-biology/deeptools/deeptools-3.5.0.ebuild index f53a19bcb..5dbf6dc55 100644 --- a/sci-biology/deeptools/deeptools-3.5.0.ebuild +++ b/sci-biology/deeptools/deeptools-3.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{10..10} ) inherit distutils-r1 @@ -23,7 +23,7 @@ RDEPEND=" >=dev-python/numpy-1.9.0[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.5[${PYTHON_USEDEP}] >=dev-python/scipy-0.17.0[${PYTHON_USEDEP}] - >=dev-python/plotly-2.0.0[${PYTHON_USEDEP}] + dev-python/plotly[${PYTHON_USEDEP}] >=dev-python/py2bit-0.2.0[${PYTHON_USEDEP}] >=dev-python/pyBigWig-0.2.1[${PYTHON_USEDEP}] >=sci-biology/pysam-0.14.0[${PYTHON_USEDEP}] |