Skip to content

Commit 24ba3a0

Browse files
committed
Update pip/conda requirements and install check
1 parent 39856b2 commit 24ba3a0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ dependencies:
1616
- ipyvuetify=1.8.2
1717
- ipywidgets=7.7.0
1818
- jupyterlab=3.4
19+
- mpl-interactions=0.22.0
1920
- numpy
21+
- orjson=3.7.7 # Added 2022 for one of the ipygany examples
2022
- pandas
2123
- pip
2224
- python=3.9
@@ -28,5 +30,3 @@ dependencies:
2830
- sidecar=0.5.1
2931
- voila=0.3.5
3032
- vtk=9.1.0
31-
- pip:
32-
- mpl_interactions==0.22.0

install_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'jupyterlab',
2323
'voila',
2424
'pyvista',
25+
'mpl_interactions',
26+
'orjson', # For one of the example in ipygany
2527
]
2628

2729
import_result = {p: False for p in requirements}

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
ipyvuetify==1.8.2
1313
ipywidgets==7.7.0
1414
jupyterlab==3.4
15+
mpl-interactions==0.22.0
1516
numpy
17+
orjson==3.7.7
1618
pandas
1719
pythreejs==2.3.0
1820
pyvista==0.34.0

0 commit comments

Comments
 (0)