Skip to content

Commit 5426587

Browse files
committed
style: reorder deps and simplify version expressions
1 parent c80a0ea commit 5426587

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ libblas = "*=*mkl"
106106

107107
## indirect dependencies, forcing them here for installation through Conda not pip
108108
#---------------------------------------------------------------------------------
109-
matplotlib-base = ">=3.10.0, <3.11.dev" # from geoapps-utils
109+
h5py = ">=3.15.1, 3.*" # from geoh5py
110+
matplotlib-base = "3.10.*" # from geoapps-utils
110111
pillow = ">=12.1.0, 12.*" # from geoh5py
111-
h5py = ">=3.15.1, <4.0.dev" # from geoh5py
112112

113113
[tool.poetry.requires-plugins]
114114
poetry-dynamic-versioning = { version = ">=1.9.1,<2.0.0", extras = ["plugin"] }

0 commit comments

Comments
 (0)