Skip to content

Commit

Permalink
update to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Nov 12, 2024
1 parent 374fa53 commit f4e1855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- anaconda

dependencies:
- python==3.10
- python>=3.12.7,<3.13
#- xesmf
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion external/mom6_bathy
Submodule mom6_bathy updated 2 files
+1 −1 environment.yml
+3 −3 setup.py
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f4e1855

Please sign in to comment.