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 6a54749 commit 0aadf1cCopy full SHA for 0aadf1c
.github/workflows/tests.yml
@@ -4,6 +4,10 @@ defaults:
4
run:
5
shell: bash
6
7
+# https://github.com/matplotlib/matplotlib/issues/29119
8
+env:
9
+ MPLBACKEND: Agg
10
+
11
on:
12
push:
13
branches: [ main ]
setup.py
@@ -76,6 +76,7 @@ def get_long_description():
76
"joblib" + ("==1.4.0" if CI else ""),
77
"imageio",
78
"nbformat",
79
+ "pyparsing" + ("<3.2.5" if CI else ""),
80
]
81
},
82
author="https://github.com/open-atmos/PyMPDATA/graphs/contributors",
0 commit comments