File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
conda_env=" AppDir/usr"
9
9
echo -e " \nCreate the environment"
10
10
11
- packages=" freecad=*.pre occt vtk python=3.11 blas=*=openblas numpy \
11
+ packages=" freecad=*dev occt vtk python=3.11 blas=*=openblas numpy \
12
12
matplotlib-base scipy sympy pandas six pyyaml pycollada lxml \
13
13
xlutils olefile requests blinker opencv nine docutils \
14
14
opencamlib calculix ifcopenshell lark appimage-updater-bridge"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ conda_env="APP/FreeCAD.app/Contents/Resources"
5
5
6
6
mamba create -y --copy -c freecad/label/dev -c conda-forge -p ${conda_env} \
7
7
python=3.11 \
8
- freecad=* .pre \
8
+ freecad=* dev \
9
9
blas=* =openblas \
10
10
blinker \
11
11
calculix \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir %copy_dir%
5
5
6
6
call mamba create ^
7
7
-p %conda_env% ^
8
- freecad=*.pre python=3.11 occt vtk calculix gmsh ^
8
+ freecad=*dev python=3.11 occt vtk calculix gmsh ^
9
9
numpy matplotlib-base scipy sympy pandas six ^
10
10
pyyaml opencamlib ifcopenshell lark ^
11
11
pycollada lxml xlutils olefile requests ^
You can’t perform that action at this time.
0 commit comments