File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ dependencies:
16
16
- ipyvuetify=1.8.2
17
17
- ipywidgets=7.7.0
18
18
- jupyterlab=3.4
19
+ - mpl-interactions=0.22.0
19
20
- numpy
21
+ - orjson=3.7.7 # Added 2022 for one of the ipygany examples
20
22
- pandas
21
23
- pip
22
24
- python=3.9
@@ -28,5 +30,3 @@ dependencies:
28
30
- sidecar=0.5.1
29
31
- voila=0.3.5
30
32
- vtk=9.1.0
31
- - pip :
32
- - mpl_interactions==0.22.0
Original file line number Diff line number Diff line change 22
22
'jupyterlab' ,
23
23
'voila' ,
24
24
'pyvista' ,
25
+ 'mpl_interactions' ,
26
+ 'orjson' , # For one of the example in ipygany
25
27
]
26
28
27
29
import_result = {p : False for p in requirements }
Original file line number Diff line number Diff line change 12
12
ipyvuetify == 1.8.2
13
13
ipywidgets == 7.7.0
14
14
jupyterlab == 3.4
15
+ mpl-interactions == 0.22.0
15
16
numpy
17
+ orjson == 3.7.7
16
18
pandas
17
19
pythreejs == 2.3.0
18
20
pyvista == 0.34.0
You can’t perform that action at this time.
0 commit comments