Skip to content

Commit 861bc4d

Browse files
committed
Merge branch 'main' into release/0.9
2 parents 81b2728 + abcf3fa commit 861bc4d

File tree

8 files changed

+34
-27
lines changed

8 files changed

+34
-27
lines changed

CONTRIBUTORS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66

77
## Individual Contributors
88

9-
* [Sebastien Morais](https://github.com/SMoraisAnsys)
10-
9+
* [Kathy Pippert](https://github.com/PipKat)
10+
* [Maxime Rey](https://github.com/MaxJPRey)
11+
* [Roberto Pastor Muela](https://github.com/RobPasMue)
12+
* [Sébastien Morais](https://github.com/SMoraisAnsys)
13+
* [georgkandler](https://github.com/georgkandler)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Bump jupyterlab from 4.3.5 to 4.3.6

doc/changelog.d/215.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: Update ``CONTRIBUTORS.md`` with the latest contributors
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHORE: Bump pytest-cov from 5.0.0 to 6.1.1

doc/changelog.d/219.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.9.3

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: 23 additions & 23 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)