Skip to content

Commit dd614c6

Browse files
committed
updated deps to python 3.10
1 parent 03daa39 commit dd614c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/azurepipeline/macos/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
#Fetch BuildDeps
4-
wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6/MacDistFiles_39_static.tar.gz
5-
tar xzf MacDistFiles_39_static.tar.gz
4+
wget https://github.com/LuxCoreRender/MacOSCompileDeps/releases/download/luxcorerender_v2.6_python_3.10/MacDistFiles_310_intel_static.tar.gz
5+
tar xzf MacDistFiles_310_static.tar.gz
66

77
# Set Environment Variables
88
export PATH="/usr/local/opt/bison/bin:/usr/local/bin:$PATH"

scripts/azurepipeline/macos/install.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ brew install freeimage
88

99
eval "$(pyenv init -)"
1010

11-
pyenv install 3.9.7
12-
pyenv global 3.9.7
13-
pyenv shell 3.9.7
11+
pyenv install 3.10.2
12+
pyenv global 3.10.2
13+
pyenv shell 3.10.2
1414

15-
sudo pip3 install -U numpy==1.21.2
15+
sudo pip3 install numpy
1616
sudo pip3 install pillow
1717
sudo pip3 install pyside2

0 commit comments

Comments
 (0)