Skip to content

Commit 7aca11c

Browse files
kaihsindavid-pl
authored andcommitted
fix inconsistent matplotlib version (#234)
1 parent c2d6e06 commit 7aca11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ dev-linux = [
7676
"pyqrack-cpu>=1.38.2",
7777
"qbraid>=0.9.5",
7878
"ffmpeg>=1.4",
79-
"matplotlib>=3.10.0",
79+
"matplotlib>=3.9.2",
8080
"pyqt5>=5.15.11",
8181
"tqdm>=4.67.1",
8282
]
8383
dev-mac-arm = [
8484
"cirq-core[contrib]>=1.4.1",
8585
"ffmpeg>=1.4",
8686
"lark>=1.2.2",
87-
"matplotlib>=3.10.0",
87+
"matplotlib>=3.9.2",
8888
"pyqrack>=1.38.2",
8989
"pyqt5>=5.15.11",
9090
"qbraid>=0.9.5",

0 commit comments

Comments
 (0)