We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a80e28 commit ed11f81Copy full SHA for ed11f81
1 file changed
src/pyobsplot/utils.py
@@ -8,7 +8,7 @@
8
bundler_output_dir = pathlib.Path(__file__).parent / "static"
9
10
# Minimum npm package version
11
-MIN_NPM_VERSION = "0.5.2"
+MIN_NPM_VERSION = "0.5.3"
12
13
# Allowed default values
14
ALLOWED_DEFAULTS = [
0 commit comments