Skip to content

Commit

Permalink
Merge pull request easybuilders#21710 from WilleBell/20241021152000_n…
Browse files Browse the repository at this point in the history
…ew_pr_SciANN0701

{ai}[foss/2022a] SciANN v0.7.0.1
  • Loading branch information
lexming authored Nov 4, 2024
2 parents 1b5b15c + c2c9d2a commit 5c32bff
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/s/SciANN/SciANN-0.7.0.1-foss-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
easyblock = 'PythonBundle'

name = 'SciANN'
version = '0.7.0.1'

homepage = 'https://github.com/ehsanhaghighat/sciann'
description = """
A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning
using artificial neural networks.
"""

toolchain = {'name': 'foss', 'version': '2022a'}

dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('PyYAML', '6.0'),
('h5py', '3.7.0'),
('scikit-learn', '1.1.2'),
('TensorFlow', '2.11.0'),
('pymatgen', '2023.3.10'), # for pybtex and latexcodec
('matplotlib', '3.5.2'),
('pygraphviz', '1.10'),
('pydot', '1.4.2'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'modulename': 'sciann',
'checksums': ['7d7acf61346b4201628c5656e2c904e9a9c7cda78086e76d075b5c7bb90adf3c'],
}),
]

moduleclass = 'ai'

0 comments on commit 5c32bff

Please sign in to comment.