From 49dd8f28bd69ed4ee43efab48a035c42d9f83c9a Mon Sep 17 00:00:00 2001 From: manishvenu Date: Fri, 27 Jun 2025 10:13:10 -0600 Subject: [PATCH 1/6] Update Env --- 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 a310f6a..d36554f 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - anaconda dependencies: - - python>=3.11.10,<3.12 + - python>=3.12.7,<3.13.0 #- xesmf - pip - pip: diff --git a/external/mom6_bathy b/external/mom6_bathy index c8156d7..c037a68 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit c8156d7852a970e94769e3549ac97ec168cddd33 +Subproject commit c037a6844fb69089d14cea38918dfc4a982861ac diff --git a/pyproject.toml b/pyproject.toml index 48ff9d7..31c57dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Programming Language :: Python", "Framework :: Jupyter" ] -requires-python = ">=3.11.10,<3.12" +requires-python = ">=3.12.7,<3.13.0" dependencies = [ "ipykernel>=6.29,<6.30", "ipython>=8.2,<8.3", From 08ab304d60b452abfacf83917c169b7d2c78a33c Mon Sep 17 00:00:00 2001 From: manishvenu Date: Fri, 27 Jun 2025 10:15:26 -0600 Subject: [PATCH 2/6] Tet --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 081b673..4ebc0bb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -4,7 +4,7 @@ name: visualCaseGen CI on: push: - branches: [ "main", "ci" ] + branches: [ "main", "ci", "new_main_env" ] pull_request: branches: [ "main", "ci" ] From 38c10e6afcfdad0a6ec1c8d8c22f402223b3de12 Mon Sep 17 00:00:00 2001 From: manishvenu Date: Fri, 27 Jun 2025 10:26:00 -0600 Subject: [PATCH 3/6] Update IpyFileChooser --- external/ipyfilechooser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/ipyfilechooser b/external/ipyfilechooser index 4c4f94a..67edea7 160000 --- a/external/ipyfilechooser +++ b/external/ipyfilechooser @@ -1 +1 @@ -Subproject commit 4c4f94a8d99c4cd63cb039b75b128f6c550051ad +Subproject commit 67edea7fd41e4c8c31101a27fdcaa924dd2b8a21 From 3d3d921cdf8ac6811864fc70f7b844e7103ce07e Mon Sep 17 00:00:00 2001 From: manishvenu Date: Fri, 27 Jun 2025 10:40:29 -0600 Subject: [PATCH 4/6] Update m6_bathy --- external/mom6_bathy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/mom6_bathy b/external/mom6_bathy index c037a68..fb5edcf 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit c037a6844fb69089d14cea38918dfc4a982861ac +Subproject commit fb5edcf90060eb129ddb6c53306e882d12544203 From 7c7d5da1599d4910da513b15e7a0d261f328a357 Mon Sep 17 00:00:00 2001 From: manishvenu Date: Fri, 27 Jun 2025 10:42:52 -0600 Subject: [PATCH 5/6] Remove Branch Action --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4ebc0bb..42d7c6c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -4,7 +4,7 @@ name: visualCaseGen CI on: push: - branches: [ "main", "ci", "new_main_env" ] + branches: [ "main", "ci"] pull_request: branches: [ "main", "ci" ] From 0dd03c68ae87e15d73f2f923a7337682211ab1ee Mon Sep 17 00:00:00 2001 From: manishvenu Date: Sun, 29 Jun 2025 22:02:22 -0600 Subject: [PATCH 6/6] Check out mom6_bathy master --- external/mom6_bathy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/mom6_bathy b/external/mom6_bathy index fb5edcf..7b66666 160000 --- a/external/mom6_bathy +++ b/external/mom6_bathy @@ -1 +1 @@ -Subproject commit fb5edcf90060eb129ddb6c53306e882d12544203 +Subproject commit 7b666663f8971264aba3b2b98588bc0a8d718e20