Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2026 13:57:08 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd844172026b - main - science/py-pymatgen-core: Fix build by relaxing dependency version constraint
Message-ID:  <6a315634.36daa.558c8681@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dd844172026baf58bd10bd682d45e0832fa7fd78

commit dd844172026baf58bd10bd682d45e0832fa7fd78
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-16 13:52:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-16 13:56:59 +0000

    science/py-pymatgen-core: Fix build by relaxing dependency version constraint
---
 science/py-pymatgen-core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-pymatgen-core/Makefile b/science/py-pymatgen-core/Makefile
index bd031570a073..319ddce6da9e 100644
--- a/science/py-pymatgen-core/Makefile
+++ b/science/py-pymatgen-core/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bibtexparser>=1.4.3:textproc/py-bibtexparser
 		${PYTHON_PKGNAMEPREFIX}orjson>=3.10:devel/py-orjson@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}palettable>=3.3.3:misc/py-palettable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=2:math/py-pandas@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}plotly>=6.0:graphics/py-plotly@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}plotly>0:graphics/py-plotly@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.13.0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}spglib>=2.5.0:science/py-spglib@${PY_FLAVOR} \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a315634.36daa.558c8681>