From 99beb032e2af1b5561a4acd035193b8ffb77137e Mon Sep 17 00:00:00 2001 From: khider <11758571+khider@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:59:45 -0800 Subject: [PATCH] doc environment changes --- doc_build/rtd_env.yml | 3 +-- environment.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc_build/rtd_env.yml b/doc_build/rtd_env.yml index fbe311fb..92f09c49 100644 --- a/doc_build/rtd_env.yml +++ b/doc_build/rtd_env.yml @@ -7,7 +7,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.11.0 + - python=3.12.* - ipykernel - pip: - pip @@ -25,4 +25,3 @@ dependencies: - sphinx-copybutton - git+https://github.com/LinkedEarth/Pyleoclim_util.git@master - git+https://github.com/LinkedEarth/pylipd@main - - pandas==2.1.4 diff --git a/environment.yml b/environment.yml index 19a0d1a7..d47e5cac 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - default - conda-forge dependencies: - - python=3.12.11 + - python=3.12.* - cartopy - numba - scipy diff --git a/pyproject.toml b/pyproject.toml index 60f99bde..d92d2e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ { name = "Dominik Stiller"}, { name = "Jordan Landers"} ] -requires-python = ">=3.11" +requires-python = ">=3.12" dependencies = [ "pandas>=2.1.4", "kneed>=0.7.0",