Skip to content

Commit d76edb9

Browse files
authored
set matplotlib<3.5 temporarily due to upstream repo bug (insarlab#704)
which leads error while saving figures to PDF files.
1 parent ca29361 commit d76edb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- h5py<3
1919
- joblib
2020
- lxml
21-
- matplotlib
21+
- matplotlib<3.5
2222
- numpy
2323
- pyaps3
2424
- pykml>=0.2

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defusedxml
1313
h5py<3
1414
joblib
1515
lxml
16-
matplotlib
16+
matplotlib<3.5
1717
numpy
1818
pyaps3
1919
pykml>=0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def do_setup():
7272
"h5py",
7373
"joblib",
7474
"lxml",
75-
"matplotlib",
75+
"matplotlib<3.5",
7676
"numpy",
7777
"pyaps3",
7878
"pykml>=0.2",

0 commit comments

Comments
 (0)