Commit a9a4b2f GitHub Action
committed
1 parent 1938cdd commit a9a4b2f Copy full SHA for a9a4b2f
File tree 3 files changed +23
-9
lines changed
3 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"conceptdoi" : " 10.5281/zenodo.7789853" ,
3
- "date" : " 2025-03-10T05:20:01.311684 +00:00" ,
4
- "doi" : " 10.5281/zenodo.14997654 " ,
3
+ "date" : " 2025-03-11T05:23:25.609356 +00:00" ,
4
+ "doi" : " 10.5281/zenodo.15003875 " ,
5
5
"metadata" : {
6
6
"3rd-party plug-in" : {
7
7
"pyxtal-step" : {
23
23
},
24
24
"seamm" : {
25
25
"dependencies" : {
26
+ "pmw" : {
27
+ "comment" : " conda-forge version is old and does not work" ,
28
+ "repository" : " pypi"
29
+ },
26
30
"psutil" : {
27
31
"comment" : " pip cannot install, so insist on conda" ,
28
32
"repository" : " conda-forge"
66
70
},
67
71
"seamm-ff-util" : {
68
72
"description" : " Utility routines for handling forcefields in SEAMM" ,
69
- "repository" : " pypi "
73
+ "repository" : " conda-forge "
70
74
},
71
75
"seamm-geometric" : {
72
76
"description" : " Connector between geomeTRIC and SEAMM" ,
420
424
"version" : " 2025.1.3"
421
425
},
422
426
"seamm-ff-util" : {
423
- "channel" : " pypi " ,
427
+ "channel" : " conda-forge " ,
424
428
"description" : " Utility routines for handling forcefields in SEAMM" ,
425
429
"type" : " Core package" ,
426
- "version" : " 2025.1.21 "
430
+ "version" : " 2024.6.27 "
427
431
},
428
432
"seamm-geometric" : {
429
433
"channel" : " pypi" ,
507
511
"channel" : " pypi" ,
508
512
"description" : " A SEAMM plug-in for the TorchANI ML models" ,
509
513
"type" : " MolSSI plug-in" ,
510
- "version" : " 2025.2.7 "
514
+ "version" : " 2025.3.10 "
511
515
}
512
516
}
513
517
}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies:
11
11
- seamm
12
12
- seamm-dashboard
13
13
- seamm-datastore
14
+ - seamm-ff-util
14
15
- seamm-installer
15
16
- seamm-util
16
17
- seamm-widgets
@@ -39,7 +40,6 @@ dependencies:
39
40
# Core packages
40
41
- seamm-ase
41
42
- seamm-exec
42
- - seamm-ff-util
43
43
- seamm-geometric
44
44
- seamm-jobserver
45
45
@@ -77,3 +77,8 @@ dependencies:
77
77
78
78
# 3rd-party plug-ins
79
79
- pyxtal-step
80
+
81
+ # Dependencies that require special handling
82
+
83
+ # seamm: conda-forge version is old and does not work
84
+ - pmw
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies:
11
11
- seamm==2025.3.4
12
12
- seamm-dashboard==2024.6.2
13
13
- seamm-datastore==2024.6.2
14
+ - seamm-ff-util==2024.6.27
14
15
- seamm-installer==2025.3.9
15
16
- seamm-util==2024.8.22
16
17
- seamm-widgets==2024.10.10
@@ -39,7 +40,6 @@ dependencies:
39
40
# Core packages
40
41
- seamm-ase==2025.2.7
41
42
- seamm-exec==2025.1.3
42
- - seamm-ff-util==2025.1.21
43
43
- seamm-geometric==2025.2.7
44
44
- seamm-jobserver==2024.3.12
45
45
@@ -73,7 +73,12 @@ dependencies:
73
73
- table-step==2023.11.10
74
74
- thermal-conductivity-step==2024.6.3
75
75
- thermochemistry-step==2025.1.31
76
- - torchani-step==2025.2.7
76
+ - torchani-step==2025.3.10
77
77
78
78
# 3rd-party plug-ins
79
79
- pyxtal-step==2021.7.29
80
+
81
+ # Dependencies that require special handling
82
+
83
+ # seamm: conda-forge version is old and does not work
84
+ - pmw
You can’t perform that action at this time.
0 commit comments