Skip to content

Commit 6f720d1

Browse files
committed
bump pygetm dependency to 0.9.12
1 parent e88375a commit 6f720d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
- cmake
88
- gfortran
99
- pip
10-
- pygetm>=0.9.10
10+
- pygetm>=0.9.12
1111
- scipy
1212
- h5py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
description = "Offline simulator for FABM"
1212
requires-python = ">=3.8"
1313
dependencies = [
14-
"pygetm >= 0.9.10"
14+
"pygetm >= 0.9.12"
1515
]
1616
classifiers = [
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)