Skip to content

Commit 0cd9b38

Browse files
committed
removed jupyter-cadquery from the install scripts
1 parent 9831739 commit 0cd9b38

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

conda/web-installer/post-install.bat.jinja2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ call %PREFIX%\condabin\activate.bat
44
echo Installing CadQuery
55
call 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-
117
echo Cleaning Packages
128
call conda clean -a -y
139
call conda deactivate

conda/web-installer/post-install.sh.jinja2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ source $PREFIX/bin/activate
66
echo Installing CadQuery
77
conda 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-
129
echo Cleaning Packages
1310
conda clean -a -y
1411

0 commit comments

Comments
 (0)