From f4e18552f9b72ea874e51cc8bac57780bbf78d5f Mon Sep 17 00:00:00 2001 From: Alper Altuntas Date: Mon, 11 Nov 2024 20:22:28 -0700 Subject: [PATCH] update to Python 3.12 --- docs/index.rst | 2 +- environment.yml | 2 +- external/mom6_bathy | 2 +- pyproject.toml | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e714c6c..0763b58 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -55,7 +55,7 @@ For more information on each step, please refer to the corresponding sections in troubleshooting .. toctree:: - :maxdepth: 3 + :maxdepth: 2 :caption: Examples: ridge diff --git a/environment.yml b/environment.yml index 0d790df..682f9b9 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - anaconda dependencies: - - python==3.10 + - python>=3.12.7,<3.13 #- xesmf - pip - pip: diff --git a/external/mom6_bathy b/external/mom6_bathy index a28cb74..1c188fb 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit a28cb74f220c601d4d86be9c5432f373fcf78566 +Subproject commit 1c188fbf8d6f2be7f34afab39c5829836a3d9bc1 diff --git a/pyproject.toml b/pyproject.toml index fc2dcb4..8e3ba52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Programming Language :: Python", "Framework :: Jupyter" ] -requires-python = ">=3.10" +requires-python = ">=3.12.7,<3.13" dependencies = [ "ipykernel>=6.29,<6.30", "ipython>=8.2,<8.3", @@ -23,7 +23,6 @@ dependencies = [ "PyYAML>=6.0,<6.1", "z3-solver>=4.12.3,<4.13", "networkx>=3.3,<3.4", - "matplotlib>3.6,<3.7", "netcdf4>=1.6,<1.7", "xarray>=2023.12,<2024", "black>=24.1,<24.2",