From b27aeb466265c87ca51ec95ec60572f65a9c8e1b Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Wed, 6 Mar 2024 14:53:41 -0500 Subject: [PATCH] =?UTF-8?q?pin=20versions=20-=20thanks=20@dfm=20=E2=9D=A4?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8e306f..29d74a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ "h5py", "schwimmbad>=0.4", "pymc>=5", - "pymc_ext @ git+https://github.com/exoplanet-dev/pymc-ext", - "exoplanet-core[pymc] @ git+https://github.com/exoplanet-dev/exoplanet-core", + "pymc_ext>=1.0.1", + "exoplanet-core[pymc]>=0.3.0", "tables<3.9.2", # https://github.com/PyTables/PyTables/issues/1093 "dill" ]