We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2280a commit 89aaccaCopy full SHA for 89aacca
environment.yml
@@ -18,7 +18,7 @@ dependencies:
18
- jupyterlab=3.4
19
- mpl-interactions=0.22.0
20
- numpy
21
- - orjson=3.7.7 # Added 2022 for one of the ipygany examples
+ - orjson=3.7.7 # Added 2022 for one of the ipycanvas examples
22
- pandas
23
- pip
24
- python=3.9
install_check.py
@@ -23,7 +23,7 @@
'voila',
'pyvista',
25
'mpl_interactions',
26
- 'orjson', # For one of the example in ipygany
+ 'orjson', # For one of the example in ipycanvas
27
]
28
29
import_result = {p: False for p in requirements}
0 commit comments