From c1149610d6b07d75daf5e3d9a3a10fa79bd181dc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 6 Jun 2025 15:53:40 -0600 Subject: [PATCH 1/2] Pin bokeh to latest version 3.7.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a6a7f251..d06e8472c 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.7.3 boto3>=1.17.42 corner>=2.2.1 cython>=0.29.22 From 1f48b779c5dd09c9edb6edbba2ba3bd003ae8b84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 6 Jun 2025 15:53:41 -0600 Subject: [PATCH 2/2] Pin numpy to latest version 2.2.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d06e8472c..b50b28d6d 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.2.6 numpydoc>=1.1.0 pandas>=2.0.3 paramiko>=2.10.1