We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf3417 commit b1205f3Copy full SHA for b1205f3
requirements.txt
@@ -9,7 +9,9 @@ icc-rt >= 2019.0; sys_platform != "darwin"
9
# intel-openmp >= 2020.0.133; sys_platform == "darwin"
10
# For Plotly image export
11
kaleido >= 0.2.1
12
-matplotlib >= 3.9.1
+# Matplotlib 3.9.1 wheels are broken
13
+# https://pypi.org/project/matplotlib/3.9.1/
14
+matplotlib >= 3.9.0
15
# Numba 0.55 breaks the unit tests
16
# https://github.com/numba/numba/issues/7751
17
# PyCharm does not understand a dependency if all the versions are conditional
0 commit comments