Skip to content

Commit 626df40

Browse files
author
GitHub Action
committed
New SEAMM package database
0. seamm-ff-util changed from 2024.6.27 to 2025.1.21
1 parent c32de27 commit 626df40

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

environments/SEAMM_packages.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"conceptdoi": "10.5281/zenodo.7789853",
3-
"date": "2025-03-11T05:23:25.609356+00:00",
4-
"doi": "10.5281/zenodo.15003875",
3+
"date": "2025-03-12T05:23:19.801135+00:00",
4+
"doi": "10.5281/zenodo.15009814",
55
"metadata": {
66
"3rd-party plug-in": {
77
"pyxtal-step": {
@@ -16,6 +16,10 @@
1616
"comment": "libsqlite version 3.49.1 is badly broken!",
1717
"pinning": "!=3.49.1",
1818
"repository": "conda-forge"
19+
},
20+
"pubchempy": {
21+
"comment": "Currently ommitted from molsystem requirements...",
22+
"repository": "conda-forge"
1923
}
2024
},
2125
"description": "The molecular/crystal data model for SEAMM",
@@ -427,7 +431,7 @@
427431
"channel": "conda-forge",
428432
"description": "Utility routines for handling forcefields in SEAMM",
429433
"type": "Core package",
430-
"version": "2024.6.27"
434+
"version": "2025.1.21"
431435
},
432436
"seamm-geometric": {
433437
"channel": "pypi",

environments/seamm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies:
2424

2525
# molsystem: libsqlite version 3.49.1 is badly broken!
2626
- libsqlite!=3.49.1
27+
# molsystem: Currently ommitted from molsystem requirements...
28+
- pubchempy
2729
# seamm: pip cannot install, so insist on conda
2830
- psutil
2931
# seamm-dashboard: Dashboard fails with version 3, so...

environments/seamm_pinned.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +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
14+
- seamm-ff-util==2025.1.21
1515
- seamm-installer==2025.3.9
1616
- seamm-util==2024.8.22
1717
- seamm-widgets==2024.10.10
@@ -24,6 +24,8 @@ dependencies:
2424

2525
# molsystem: libsqlite version 3.49.1 is badly broken!
2626
- libsqlite!=3.49.1
27+
# molsystem: Currently ommitted from molsystem requirements...
28+
- pubchempy
2729
# seamm: pip cannot install, so insist on conda
2830
- psutil
2931
# seamm-dashboard: Dashboard fails with version 3, so...

0 commit comments

Comments
 (0)