From 975cd3879198970498998f499c3ab7133349dbb1 Mon Sep 17 00:00:00 2001 From: Dmitry Savransky Date: Wed, 23 Sep 2026 11:52:07 -0400 Subject: [PATCH 1/2] bumping requirements --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea947cb8c..02b0469ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy>=1.20.0 -scipy>=1.7.2 +numpy>=1.23.0 +scipy>=1.9.0 astropy>=6.0.0 jplephem>=2.20.0 ortools>=9.0 @@ -9,7 +9,7 @@ exo-det-box tqdm>=4.59 pandas>=1.3 MeanStars>=3.6.1 -synphot>=1.3.0 +synphot>=1.6.1 ipyparallel>=8.0.0 keplertools>=1.2.1 -angutils>=1.0.0 +angutils>=1.1.0 From 556008c3e390c25cb0d45462ec8496d2f20b3d59 Mon Sep 17 00:00:00 2001 From: Dmitry Savransky Date: Wed, 23 Sep 2026 11:54:34 -0400 Subject: [PATCH 2/2] bumping version for release --- EXOSIMS/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXOSIMS/__init__.py b/EXOSIMS/__init__.py index 86fec67d3..f95504353 100644 --- a/EXOSIMS/__init__.py +++ b/EXOSIMS/__init__.py @@ -1,7 +1,7 @@ import logging name = "EXOSIMS" -__version__ = "3.7.0alpha" +__version__ = "3.6.6" # Set up a default logging handler to avoid "No handler found" warnings. # Other handlers can add to this one.