Skip to content

Commit

Permalink
Merge pull request #2 from ahnaf-tahmid-chowdhury/develop
Browse files Browse the repository at this point in the history
cython<3 to fix moab 5.4 install
  • Loading branch information
ahnaf-tahmid-chowdhury authored Aug 24, 2023
2 parents ef4ffee + e62b62f commit 289b7b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install-nuclear-boy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ apt_package_list="software-properties-common \

# list of python package
pip_package_list="numpy \
cython \
cython<3 \
setuptools \
jinja2 \
progress \
Expand All @@ -151,10 +151,9 @@ setup_dependencies() {
echo "Unfortunately, your operating system does not support apt-get."
exit 1
fi
sudo apt-get -y update
sudo apt-get -y install ${apt_package_list}
sudo apt-get update
sudo apt-get install ${apt_package_list} -y
echo "Dependencies installed"
sleep 2
}

setup_python_env() {
Expand Down

0 comments on commit 289b7b9

Please sign in to comment.