Skip to content

Commit 7578e39

Browse files
committed
Merge branch 'develop' into get_linked_libs_raw
2 parents 0e126d2 + a8c0cad commit 7578e39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

easybuild/tools/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ def mk_full_default_path(name, prefix=DEFAULT_PREFIX):
399399
MODULECLASS_BASE = 'base'
400400
DEFAULT_MODULECLASSES = [
401401
(MODULECLASS_BASE, "Default module class"),
402+
('ai', "Artificial Intelligence (incl. Machine Learning)"),
402403
('astro', "Astronomy, Astrophysics and Cosmology"),
403404
('bio', "Bioinformatics, biology and biomedical"),
404405
('cae', "Computer Aided Engineering (incl. CFD)"),

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ GitPython==3.1.14; python_version >= '3.0' and python_version < '3.6'
88
GitPython; python_version >= '3.6' or python_version <= '3.0'
99

1010
# autopep8
11-
autopep8
11+
# stick to older autopep8 with Python 2.7, since autopep8 1.7.0 requires pycodestyle>=2.9.1 (which is Python 3 only)
12+
autopep8<1.7.0; python_version < '3.0'
13+
autopep8; python_version >= '3.0'
1214

1315
# PyYAML
1416
PyYAML

0 commit comments

Comments
 (0)