Skip to content

Commit 3f9c3b6

Browse files
committed
[DEVOPS-922] fix declaration of matplotlib dependency
it is an actual direct depedency, not only an override for conda
1 parent 86548bf commit 3f9c3b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ version = "0.0.0.dev0"
6262

6363

6464
[tool.poetry.dependencies]
65+
matplotlib = "~3.8.4" # also in simpeg
6566
numpy = "~1.26.0"
6667
pydantic = "^2.5.2"
6768
scipy = "~1.14.0"
@@ -98,7 +99,6 @@ channels = ['conda-forge']
9899
#---------------------------------------------------------------------------------
99100
Pillow = ">=10.3.0, <10.4.dev" # from geoh5py
100101
h5py = ">=3.2.1, <4.0.dev" # from geoh5py
101-
matplotlib = ">=3.8.4, <3.9.dev" # from simpeg
102102

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

0 commit comments

Comments
 (0)