Skip to content

Commit 8350f8a

Browse files
authored
Merge pull request #421 from oursland/pin-numpy
Pin numpy to 1.26.x
2 parents e763248 + ffaca96 commit 8350f8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conda/linux/create_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

conda/osx/create_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

conda/win/create_bundle.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3838
set /p freecad_version_name= <bundle_name.txt
3939

0 commit comments

Comments
 (0)