Skip to content

Commit 89aacca

Browse files
committed
Fix ipygany->ipycanvas
1 parent 2f2280a commit 89aacca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- jupyterlab=3.4
1919
- mpl-interactions=0.22.0
2020
- numpy
21-
- orjson=3.7.7 # Added 2022 for one of the ipygany examples
21+
- orjson=3.7.7 # Added 2022 for one of the ipycanvas examples
2222
- pandas
2323
- pip
2424
- python=3.9

install_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'voila',
2424
'pyvista',
2525
'mpl_interactions',
26-
'orjson', # For one of the example in ipygany
26+
'orjson', # For one of the example in ipycanvas
2727
]
2828

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

0 commit comments

Comments
 (0)