Skip to content

Commit f866527

Browse files
Merge pull request #130 from Exabyte-io/epic/SOF-7450
Epic/sof 7450 - AlmaLinux Updates - - Tracking in `SOF-7660`
2 parents 164098b + e865d87 commit f866527

File tree

11 files changed

+1529
-3209
lines changed

11 files changed

+1529
-3209
lines changed

applications/jupyterLab.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: jupyterLab
22
shortName: jl
33
summary: JupyterLab
4-
defaultVersion: '3.0.3'
4+
defaultVersion: '4.3.0'
55
versions:
6-
- version: '3.0.3'
6+
- version: '4.3.0'
77
isDefault: true
88
- version: '3.0.3'
9-
isDefault: false
9+
- version: '3.0.3'
1010
build: with-pre-installed-packages

applications/python.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: python
22
shortName: py
33
summary: Python Script
4-
defaultVersion: '3.8.6'
4+
defaultVersion: '3.10.13'
55
versions:
6-
- version: '3.6.12'
7-
- version: '3.7.9'
86
- version: '3.8.6'
9-
isDefault: true
107
- version: '3.9.1'
11-
- version: 'anaconda3-5.2.0'
8+
- version: '3.10.13'
9+
isDefault: true
10+
- version: '3.11.10'
11+
- version: '3.12.7'
12+
- version: 'anaconda3-2024.10.1'
13+
- version: 'miniconda3-3.10-24.11.1-0'

applications/shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shell
22
shortName: sh
33
summary: Shell Script
4-
defaultVersion: '4.2.46'
4+
defaultVersion: '5.1.8'
55
versions:
6-
- version: '4.2.46'
6+
- version: '5.1.8'
77
isDefault: true

assets/python/hello_world.pyi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# #
1414
# ---------------------------------------------------------------- #
1515

16-
import pymatgen as mg
16+
import numpy as np
1717

18-
si = mg.Element("Si")
19-
20-
print(si.atomic_mass)
18+
pi_value = np.pi
19+
print(pi_value)

assets/python/ml/generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This directory contains the work corresponding to the PythonML implementation. Further documentation can be found here:
44

5-
https://docs.exabyte.io/software-directory/machine-learning/python-ml/overview/
5+
https://docs.mat3ra.com/software-directory/machine-learning/python-ml/overview/
66

77
## Current Status
88

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ----------------------------------------------------------------- #
22
# #
3-
# PythonML Package Requirements for use on the Exabyte.io Platform #
3+
# Example Python package requirements for the Mat3ra platform #
44
# #
55
# Will be used as follows: #
66
# #
@@ -14,43 +14,10 @@
1414
# - https://pip.pypa.io/en/stable/reference/pip_install #
1515
# - https://virtualenv.pypa.io/en/stable/ #
1616
# #
17-
# The package set below is a stable working set of pymatgen and #
18-
# all of its dependencies. Please adjust the list to include #
19-
# your preferred packages. #
20-
# #
2117
# ----------------------------------------------------------------- #
2218

23-
# Python 3 packages
24-
certifi==2020.12.5
25-
chardet==4.0.0
26-
cycler==0.10.0
27-
decorator==4.4.2
28-
future==0.18.2
29-
idna==2.10
30-
kiwisolver==1.3.1
31-
matplotlib==3.3.4
32-
monty==4.0.2
33-
mpmath==1.2.1
34-
networkx==2.5
35-
numpy==1.19.5
36-
palettable==3.3.0
37-
pandas==1.1.5
38-
Pillow==8.1.0
39-
plotly==4.14.3
40-
pymatgen==2021.2.8.1
41-
pyparsing==2.4.7
42-
python-dateutil==2.8.1
43-
pytz==2021.1
44-
requests==2.25.1
45-
retrying==1.3.3
46-
ruamel.yaml==0.16.12
47-
ruamel.yaml.clib==0.2.2
48-
scikit-learn==0.24.1
49-
scipy==1.5.4
50-
six==1.15.0
51-
spglib==1.16.1
52-
sympy==1.7.1
53-
tabulate==0.8.7
54-
uncertainties==3.1.5
55-
urllib3==1.26.3
56-
xgboost==1.4.2;python_version>="3.6"
19+
matplotlib
20+
numpy
21+
scikit-learn
22+
xgboost
23+
pandas

assets/python/requirements.j2.txt

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,9 @@
1414
# - https://pip.pypa.io/en/stable/reference/pip_install #
1515
# - https://virtualenv.pypa.io/en/stable/ #
1616
# #
17-
# The package set below is a stable working set of pymatgen and #
18-
# all of its dependencies. Please adjust the list to include #
19-
# your preferred packages. #
17+
# Adjust the list to include your preferred packages. #
2018
# #
2119
# ----------------------------------------------------------------- #
2220

23-
# Python 3 packages
24-
certifi==2020.12.5
25-
chardet==4.0.0
26-
cycler==0.10.0
27-
decorator==4.4.2
28-
future==0.18.2
29-
idna==2.10
30-
kiwisolver==1.3.1
31-
matplotlib==3.3.4
32-
monty==4.0.2
33-
mpmath==1.2.1
34-
networkx==2.5
35-
numpy==1.19.5
36-
palettable==3.3.0
37-
pandas==1.1.5
38-
Pillow==8.1.0
39-
plotly==4.14.3
40-
pymatgen==2021.2.8.1
41-
pyparsing==2.4.7
42-
python-dateutil==2.8.1
43-
pytz==2021.1
44-
requests==2.25.1
45-
retrying==1.3.3
46-
ruamel.yaml==0.16.12
47-
ruamel.yaml.clib==0.2.2
48-
scipy==1.5.4
49-
six==1.15.0
50-
spglib==1.16.1
51-
sympy==1.7.1
52-
tabulate==0.8.7
53-
uncertainties==3.1.5
54-
urllib3==1.26.3
55-
xgboost==1.4.2
21+
numpy<2
22+

assets/shell/bash_job_espresso_pw_scf.j2.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# 7. email about job abort, begin, end (-m abe) #
1616
# 8. email address to use (-M) #
1717
# #
18-
# For more information visit https://docs.exabyte.io/cli/jobs #
18+
# For more information visit https://docs.mat3ra.com/cli/jobs #
1919
# ---------------------------------------------------------------- #
2020

2121
#PBS -N ESPRESSO-TEST
@@ -25,10 +25,10 @@
2525
#PBS -l walltime=00:00:10:00
2626
#PBS -q D
2727
#PBS -m abe
28-
#PBS -M info@exabyte.io
28+
#PBS -M info@mat3ra.com
2929

3030
# load module
31-
module add espresso/540-i-174-impi-044
31+
module add espresso
3232

3333
# go to the job working directory
3434
cd $PBS_O_WORKDIR

0 commit comments

Comments
 (0)