We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86548bf commit 3f9c3b6Copy full SHA for 3f9c3b6
1 file changed
pyproject.toml
@@ -62,6 +62,7 @@ version = "0.0.0.dev0"
62
63
64
[tool.poetry.dependencies]
65
+matplotlib = "~3.8.4" # also in simpeg
66
numpy = "~1.26.0"
67
pydantic = "^2.5.2"
68
scipy = "~1.14.0"
@@ -98,7 +99,6 @@ channels = ['conda-forge']
98
99
#---------------------------------------------------------------------------------
100
Pillow = ">=10.3.0, <10.4.dev" # from geoh5py
101
h5py = ">=3.2.1, <4.0.dev" # from geoh5py
-matplotlib = ">=3.8.4, <3.9.dev" # from simpeg
102
103
[tool.poetry.requires-plugins]
104
poetry-dynamic-versioning = { version = ">=1.9.1,<2.0.0", extras = ["plugin"] }
0 commit comments