We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca29361 commit d76edb9Copy full SHA for d76edb9
docs/environment.yml
@@ -18,7 +18,7 @@ dependencies:
18
- h5py<3
19
- joblib
20
- lxml
21
- - matplotlib
+ - matplotlib<3.5
22
- numpy
23
- pyaps3
24
- pykml>=0.2
docs/requirements.txt
@@ -13,7 +13,7 @@ defusedxml
13
h5py<3
14
joblib
15
lxml
16
-matplotlib
+matplotlib<3.5
17
numpy
pyaps3
pykml>=0.2
setup.py
@@ -72,7 +72,7 @@ def do_setup():
72
"h5py",
73
"joblib",
74
"lxml",
75
- "matplotlib",
+ "matplotlib<3.5",
76
"numpy",
77
"pyaps3",
78
"pykml>=0.2",
0 commit comments