Skip to content

Commit 78f350e

Browse files
authored
Update oggm dependency version in pyproject.toml (#180)
OGGM created a new release in April 2026 (v1.6.3) which includes the `allow_calving` key-word argument in their `run_dynamic_spinup()` method, so OGGM can now be sourced directly from PyPI again and a PyGEM v1.1.0 can be released.
1 parent f6f2d5d commit 78f350e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

‎pygem/bin/postproc/__init__.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
Python Glacier Evolution Model (PyGEM)
3+
4+
copyright © 2018 David Rounce <drounce@cmu.edu
5+
6+
Distributed under the MIT license
7+
"""

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ scikit-learn = "^1.5.2"
3232
tqdm = "^4.66.6"
3333
jupyter = "^1.1.1"
3434
arviz = "^0.20.0"
35-
oggm = { git = "https://github.com/OGGM/oggm.git"}
35+
oggm = "^1.6.3"
3636
ruamel-yaml = "^0.18.10"
3737
ruff = ">=0.9.6"
3838
pytest = ">=8.3.4"

0 commit comments

Comments
 (0)