File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ mamba create --copy -p ${conda_env} \
2424 lxml \
2525 matplotlib-base \
2626 nine \
27- numpy \
27+ numpy=1.26 \
2828 occt \
2929 olefile \
3030 opencamlib \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mamba create --copy -p ${conda_env} \
2222 lxml \
2323 matplotlib-base \
2424 nine \
25- numpy \
25+ numpy=1.26 \
2626 occt \
2727 olefile \
2828 opencamlib \
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ call mamba create --copy -y -p %conda_env% ^
1414 docutils ^
1515 gmsh ^
1616 ifcopenshell ^
17- lark ^ ^
17+ lark ^
1818 lxml ^
1919 matplotlib-base ^
2020 nine ^
21- numpy ^
21+ numpy=1.26 ^
2222 occt ^
2323 olefile ^
2424 opencamlib ^
@@ -33,7 +33,7 @@ call mamba create --copy -y -p %conda_env% ^
3333 vtk ^
3434 xlutils ^
3535 -y
36-
36+
3737%conda_env% \python ..\scripts\get_freecad_version.py
3838set /p freecad_version_name = < bundle_name.txt
3939
You can’t perform that action at this time.
0 commit comments