Skip to content

Commit abcf3fa

Browse files
matplotlib as an optional (#228)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 5d5096f commit abcf3fa

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

doc/changelog.d/228.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
matplotlib as an optional

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ websockets = ">=13.0.1"
4343
async-timeout = { version = ">=4", python = "<3.11" }
4444
pydantic-settings = "^2.7.1"
4545
email-validator = "^2.2.0"
46-
matplotlib = "~3.9"
4746
tenacity = "^8.2.3"
4847
[tool.poetry.group.dev.dependencies] # Common packages for test and examples
4948
plotly = "^5.18.0"
@@ -74,7 +73,7 @@ sphinx-copybutton = "^0.5.1"
7473
sphinx-design = "^0.6.0"
7574
pypandoc-binary = "^1.13"
7675
sphinx-gallery = ">=0.18,<0.20"
77-
matplotlib = "3.9.4"
76+
matplotlib = "~3.9"
7877
pandas = {extras = ["excel"], version = "^2.2.3"}
7978

8079
[tool.poetry.group.tests] # Optional testing dependencies

0 commit comments

Comments
 (0)