Skip to content

Commit a9a4b2f

Browse files
author
GitHub Action
committed
New SEAMM package database
0. seamm-ff-util changed from 2025.1.21 (pypi) to 2024.6.27 (conda-forge) 1. torchani-step changed from 2025.2.7 to 2025.3.10
1 parent 1938cdd commit a9a4b2f

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

environments/SEAMM_packages.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"metadata": {
66
"3rd-party plug-in": {
77
"pyxtal-step": {
@@ -23,6 +23,10 @@
2323
},
2424
"seamm": {
2525
"dependencies": {
26+
"pmw": {
27+
"comment": "conda-forge version is old and does not work",
28+
"repository": "pypi"
29+
},
2630
"psutil": {
2731
"comment": "pip cannot install, so insist on conda",
2832
"repository": "conda-forge"
@@ -66,7 +70,7 @@
6670
},
6771
"seamm-ff-util": {
6872
"description": "Utility routines for handling forcefields in SEAMM",
69-
"repository": "pypi"
73+
"repository": "conda-forge"
7074
},
7175
"seamm-geometric": {
7276
"description": "Connector between geomeTRIC and SEAMM",
@@ -420,10 +424,10 @@
420424
"version": "2025.1.3"
421425
},
422426
"seamm-ff-util": {
423-
"channel": "pypi",
427+
"channel": "conda-forge",
424428
"description": "Utility routines for handling forcefields in SEAMM",
425429
"type": "Core package",
426-
"version": "2025.1.21"
430+
"version": "2024.6.27"
427431
},
428432
"seamm-geometric": {
429433
"channel": "pypi",
@@ -507,7 +511,7 @@
507511
"channel": "pypi",
508512
"description": "A SEAMM plug-in for the TorchANI ML models",
509513
"type": "MolSSI plug-in",
510-
"version": "2025.2.7"
514+
"version": "2025.3.10"
511515
}
512516
}
513517
}

environments/seamm.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- seamm
1212
- seamm-dashboard
1313
- seamm-datastore
14+
- seamm-ff-util
1415
- seamm-installer
1516
- seamm-util
1617
- seamm-widgets
@@ -39,7 +40,6 @@ dependencies:
3940
# Core packages
4041
- seamm-ase
4142
- seamm-exec
42-
- seamm-ff-util
4343
- seamm-geometric
4444
- seamm-jobserver
4545

@@ -77,3 +77,8 @@ dependencies:
7777

7878
# 3rd-party plug-ins
7979
- pyxtal-step
80+
81+
# Dependencies that require special handling
82+
83+
# seamm: conda-forge version is old and does not work
84+
- pmw

environments/seamm_pinned.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- seamm==2025.3.4
1212
- seamm-dashboard==2024.6.2
1313
- seamm-datastore==2024.6.2
14+
- seamm-ff-util==2024.6.27
1415
- seamm-installer==2025.3.9
1516
- seamm-util==2024.8.22
1617
- seamm-widgets==2024.10.10
@@ -39,7 +40,6 @@ dependencies:
3940
# Core packages
4041
- seamm-ase==2025.2.7
4142
- seamm-exec==2025.1.3
42-
- seamm-ff-util==2025.1.21
4343
- seamm-geometric==2025.2.7
4444
- seamm-jobserver==2024.3.12
4545

@@ -73,7 +73,12 @@ dependencies:
7373
- table-step==2023.11.10
7474
- thermal-conductivity-step==2024.6.3
7575
- thermochemistry-step==2025.1.31
76-
- torchani-step==2025.2.7
76+
- torchani-step==2025.3.10
7777

7878
# 3rd-party plug-ins
7979
- 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

0 commit comments

Comments
 (0)