From cafb6cac88be2418740ef39558a624392f6e881b Mon Sep 17 00:00:00 2001 From: Bryce Wedig <84239923+bryce-wedig@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:27:22 -0500 Subject: [PATCH] freeze dependency versions --- environment.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/environment.yml b/environment.yml index a3cf711..a647881 100644 --- a/environment.yml +++ b/environment.yml @@ -3,14 +3,14 @@ channels: - defaults dependencies: - python=3.12 - - astropy - - conda-forge::astroquery + - astropy=7.2.0 + - conda-forge::astroquery=0.4.11 - jupyter - numpy<2 - pandas<3 - - scipy + - scipy=1.16.3 - pip - pip: - - lightkurve - - jupyterquiz - - rebound + - lightkurve==2.5.1 + - jupyterquiz==2.9.6.4 + - rebound==4.6.0