Skip to content

Commit c56575b

Browse files
committed
Try a relaxed m6b_branch
1 parent 11106c4 commit c56575b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

environment-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ name: mom6-regional-dev
22
channels:
33
- conda-forge
44
dependencies:
5-
- python<3.12,>=3.11.10 # This requirement won't be needed once mom6_bathy is released
65
- esmpy
76
- numpy<2.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"f90nml >= 1.4.1",
2020
"copernicusmarine >= 2.0.0,<2.1.0",
2121
"pint_xarray",
22-
"mom6_bathy @ git+https://github.com/NCAR/mom6_bathy.git@main"
22+
"mom6_bathy @ git+https://github.com/NCAR/mom6_bathy.git@regional_mom6_package_branch"
2323
]
2424

2525
[build-system]

0 commit comments

Comments
 (0)