1
0
Fork 0

dev-python/seaborn: version constraint update

as per https://github.com/mwaskom/seaborn/issues/2213

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-08-24 00:37:08 -04:00
parent 61db1849ca
commit f6c4f0f7a7
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
24 Aug 2020; <chymera@gentoo.org> seaborn-0.10.1.ebuild:
dev-python/seaborn: version constraint update as per
https://github.com/mwaskom/seaborn/issues/2213
*seaborn-0.10.1 (23 Aug 2020)
23 Aug 2020; <chymera@gentoo.org> +metadata.xml, +seaborn-0.10.1.ebuild:

View File

@ -18,7 +18,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
<=dev-python/matplotlib-3.3.0[${PYTHON_USEDEP}]
<dev-python/matplotlib-3.3.0[${PYTHON_USEDEP}]
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
>=dev-python/pandas-0.22.0[${PYTHON_USEDEP}]
dev-python/patsy[${PYTHON_USEDEP}]