From cbc59e22cd3ce10a77af11b10e20791c6c2b2412 Mon Sep 17 00:00:00 2001 From: Moses Chan Date: Sun, 5 Jul 2026 06:52:55 -0500 Subject: [PATCH] clarifying dependencies --- docs/readme.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/readme.rst b/docs/readme.rst index d58b10e..5a512aa 100644 --- a/docs/readme.rst +++ b/docs/readme.rst @@ -41,7 +41,7 @@ List of Contents: Installation ------------ -The implementation of LCGP requires Python 3.9 or above. The package can be installed through +The implementation of LCGP requires Python `>=3.9, <3.14`. The package can be installed through .. code:: bash @@ -56,12 +56,13 @@ The LCGP package has the following dependencies, as listed in its pyproject.toml 'numpy>=1.18.3', 'scipy>=1.10.1', 'tensorflow>=2.16.0', - 'gpflow>=2.5.0' + 'joblib>=1.4.2', + 'gpflow>=2.5.0', + "tensorflow-probability[tf]>=0.25.0", + "pytest>=8.4.2", .. -This package is supported in Python `>=3.9, <3.14`. - Test suite ~~~~~~~~~~ @@ -201,7 +202,6 @@ hyperparameter training. The two choices are implemented through model = LCGP(y=y, x=x, robust_mean=False) --------------- .. |CI| image:: https://github.com/mosesyhc/lcgp/actions/workflows/ci.yml/badge.svg?branch=main :target: https://github.com/mosesyhc/LCGP/actions/workflows/ci.yml