We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a44e12 + 60bf627 commit 39af5e2Copy full SHA for 39af5e2
1 file changed
xdmod/install.sh
@@ -25,6 +25,7 @@ dnf module -y install nodejs:16
25
dnf install -y \
26
expect \
27
python3-devel \
28
+ python3-scipy \
29
pcp-devel \
30
python3-pexpect \
31
php-pear \
@@ -70,7 +71,6 @@ echo "extension=mongodb.so" >> /etc/php.d/40-mongodb.ini
70
71
# This is required because /usr/bin/supremm-setup uses the platform-python
72
/usr/libexec/platform-python -m pip install pymongo==3.7.0 --upgrade
73
/usr/libexec/platform-python -m pip install pytz
-/usr/libexec/platform-python -m pip install scipy
74
/usr/libexec/platform-python -m pip install Cython
75
/usr/libexec/platform-python -m pip install pcp
76
/usr/libexec/platform-python -m pip install PyMySQL
0 commit comments