From fe803b2485ce86c2a911646eb284ce63ecfec6e3 Mon Sep 17 00:00:00 2001 From: Alper Altuntas Date: Sat, 7 Dec 2024 18:45:35 -0700 Subject: [PATCH] switch to Python 3.11 --- environment.yml | 2 +- external/mom6_bathy | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 682f9b9..a310f6a 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - anaconda dependencies: - - python>=3.12.7,<3.13 + - python>=3.11.10,<3.12 #- xesmf - pip - pip: diff --git a/external/mom6_bathy b/external/mom6_bathy index 0f7f8df..a9e965c 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit 0f7f8dfe47f1ebf5f96efb4b15fd8802a71ee57b +Subproject commit a9e965cfca6e41a4b0f9f154bd642714c2becb21 diff --git a/pyproject.toml b/pyproject.toml index 8e3ba52..09a3e15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Programming Language :: Python", "Framework :: Jupyter" ] -requires-python = ">=3.12.7,<3.13" +requires-python = ">=3.11.10,<3.12" dependencies = [ "ipykernel>=6.29,<6.30", "ipython>=8.2,<8.3",