Skip to content

Commit b1205f3

Browse files
committed
Fix Matplotlib requirement
1 parent abf3417 commit b1205f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ icc-rt >= 2019.0; sys_platform != "darwin"
99
# intel-openmp >= 2020.0.133; sys_platform == "darwin"
1010
# For Plotly image export
1111
kaleido >= 0.2.1
12-
matplotlib >= 3.9.1
12+
# Matplotlib 3.9.1 wheels are broken
13+
# https://pypi.org/project/matplotlib/3.9.1/
14+
matplotlib >= 3.9.0
1315
# Numba 0.55 breaks the unit tests
1416
# https://github.com/numba/numba/issues/7751
1517
# PyCharm does not understand a dependency if all the versions are conditional

0 commit comments

Comments
 (0)