Skip to content

Commit

Permalink
pydot as dependency instead of extension
Browse files Browse the repository at this point in the history
  • Loading branch information
WilleBell committed Oct 28, 2024
1 parent c52d81d commit c2c9d2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions easybuild/easyconfigs/s/SciANN/SciANN-0.7.0.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ dependencies = [
('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 = [
('pydot', '2.0.0', {
'checksums': ['60246af215123fa062f21cd791be67dda23a6f280df09f68919e637a1e4f3235'],
}),
(name, version, {
'modulename': 'sciann',
'checksums': ['7d7acf61346b4201628c5656e2c904e9a9c7cda78086e76d075b5c7bb90adf3c'],
Expand Down

0 comments on commit c2c9d2a

Please sign in to comment.