Skip to content

Commit 9ad4e1d

Browse files
authored
Update Python Env (#12)
* Update Env * Tet * Update IpyFileChooser * Update m6_bathy * Remove Branch Action * Check out mom6_bathy master
1 parent 7f31000 commit 9ad4e1d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: visualCaseGen CI
44

55
on:
66
push:
7-
branches: [ "main", "ci" ]
7+
branches: [ "main", "ci"]
88
pull_request:
99
branches: [ "main", "ci" ]
1010

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- anaconda
66

77
dependencies:
8-
- python>=3.11.10,<3.12
8+
- python>=3.12.7,<3.13.0
99
#- xesmf
1010
- pip
1111
- pip:

external/ipyfilechooser

external/mom6_bathy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Programming Language :: Python",
1414
"Framework :: Jupyter"
1515
]
16-
requires-python = ">=3.11.10,<3.12"
16+
requires-python = ">=3.12.7,<3.13.0"
1717
dependencies = [
1818
"ipykernel>=6.29,<6.30",
1919
"ipython>=8.2,<8.3",

0 commit comments

Comments
 (0)