Skip to content

Commit 7173935

Browse files
use dev conda package
1 parent 8f569d7 commit 7173935

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/linux/create_bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
conda_env="AppDir/usr"
99
echo -e "\nCreate the environment"
1010

11-
packages="freecad=*.pre occt vtk python=3.11 blas=*=openblas numpy \
11+
packages="freecad=*dev occt vtk python=3.11 blas=*=openblas numpy \
1212
matplotlib-base scipy sympy pandas six pyyaml pycollada lxml \
1313
xlutils olefile requests blinker opencv nine docutils \
1414
opencamlib calculix ifcopenshell lark appimage-updater-bridge"

conda/osx/create_bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conda_env="APP/FreeCAD.app/Contents/Resources"
55

66
mamba create -y --copy -c freecad/label/dev -c conda-forge -p ${conda_env} \
77
python=3.11 \
8-
freecad=*.pre \
8+
freecad=*dev \
99
blas=*=openblas \
1010
blinker \
1111
calculix \

conda/win/create_bundle.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir %copy_dir%
55

66
call mamba create ^
77
-p %conda_env% ^
8-
freecad=*.pre python=3.11 occt vtk calculix gmsh ^
8+
freecad=*dev python=3.11 occt vtk calculix gmsh ^
99
numpy matplotlib-base scipy sympy pandas six ^
1010
pyyaml opencamlib ifcopenshell lark ^
1111
pycollada lxml xlutils olefile requests ^

0 commit comments

Comments
 (0)