From e73d5b91aa9571ff45927a3c9b2cb2de74622aba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2024 09:45:21 -0600 Subject: [PATCH 1/2] Pin bokeh to latest version 3.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a6a7f251..4e6d6c9a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astropy>=5.3.1 bandit>=1.7.0 batman-package>=2.4.8 bibtexparser>=1.2.0 -bokeh>3.0,<=3.2.1 +bokeh==3.6.0 boto3>=1.17.42 corner>=2.2.1 cython>=0.29.22 From a3fe722e1d6625f8bc2a79d7054c6b73c7a44463 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Oct 2024 09:45:22 -0600 Subject: [PATCH 2/2] Pin numpy to latest version 2.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e6d6c9a4..42f4e3e85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ h5py>=3.2.1 ipython>=7.22.0 jwst-gtvt>=1.0.0 matplotlib>=3.4.1 -numpy>=1.25.1,<2.0 +numpy==2.1.1 numpydoc>=1.1.0 pandas>=2.0.3 paramiko>=2.10.1