File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ conda_default_channels:
2222specs:
2323 - python 3.10*
2424 - conda
25- # Occt is to o big to bundle so install during post_install instead
25+ - ipykernel
26+ # Occt is too big to bundle so install during post_install instead
2627# - cadquery
2728
2829post_install: post-install.sh # [unix]
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ call %PREFIX%\condabin\activate.bat
44echo Installing CadQuery
55call conda install -c conda-forge -c cadquery -y cadquery={{ tag_version }}
66
7+ echo Installing jupyter-cadquery
8+ pip install jupyter-cadquery==3.0.0rc3 matplotlib
9+ call conda install -y pywin32
10+
711echo Cleaning Packages
812call conda clean -a -y
913call conda deactivate
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ source $PREFIX/bin/activate
66echo Installing CadQuery
77conda install -c conda-forge -c cadquery -y cadquery={{ tag_version }}
88
9+ echo Installing jupyter-cadquery
10+ pip install jupyter-cadquery==3.0.0rc3 matplotlib
11+
912echo Cleaning Packages
1013conda clean -a -y
1114
You can’t perform that action at this time.
0 commit comments