Skip to content

Commit

Permalink
bump pygetm dependency to 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Jan 31, 2025
1 parent e88375a commit 6f720d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- cmake
- gfortran
- pip
- pygetm>=0.9.10
- pygetm>=0.9.12
- scipy
- h5py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
description = "Offline simulator for FABM"
requires-python = ">=3.8"
dependencies = [
"pygetm >= 0.9.10"
"pygetm >= 0.9.12"
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6f720d1

Please sign in to comment.