Skip to content

Commit eccb30a

Browse files
CI: Pin jsonschema>=4.3.0 to fix JLab's ModuleNotFoundError
1 parent 4f476c2 commit eccb30a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/test_env.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ dependencies:
66
- python>=3.8
77
- pip
88
- jupyterlab>=3
9+
# Workaround for jupyterlab, see https://github.com/volkamerlab/teachopencadd/issues/310
10+
- jsonschema>=4.3.0
911
- nglview>=3
1012
# Workaround for nglview, see https://github.com/volkamerlab/teachopencadd/issues/262
1113
- ipywidgets<8

0 commit comments

Comments
 (0)