Skip to content

Commit d251992

Browse files
committed
Fix matplotlib version for upcoming release
1 parent 4951542 commit d251992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/core.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.19.0
22
xarray>=0.18.0
33
scipy>=1.6.0
44
statsmodels>=0.12.0
5-
matplotlib>=3.4.0
5+
matplotlib==3.4.2
66
pandas>=1.2.0,<1.3.0
77
ipython>=7.22.0
88
tqdm>=4.60.0

0 commit comments

Comments
 (0)