Skip to content

Commit

Permalink
switch to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Dec 8, 2024
1 parent cba64bb commit fe803b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.12.7,<3.13
- python>=3.11.10,<3.12
#- xesmf
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion external/mom6_bathy
Submodule mom6_bathy updated 2 files
+1 −1 environment.yml
+1 −1 setup.py
2 changes: 1 addition & 1 deletion 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.12.7,<3.13"
requires-python = ">=3.11.10,<3.12"
dependencies = [
"ipykernel>=6.29,<6.30",
"ipython>=8.2,<8.3",
Expand Down

0 comments on commit fe803b2

Please sign in to comment.