Skip to content

Commit

Permalink
upgrade dependencies and debug full scale pydantic model
Browse files Browse the repository at this point in the history
  • Loading branch information
MBueschelberger committed Aug 31, 2023
1 parent acb5262 commit 214b07c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion osp/models/multiscale/co_pt111_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def __post_init_post_parse__(self):
emmo.ReferenceRegion,
emmo.RandomSeed,
emmo.MolecularGeometry,
crystallography.UnitCell,
]:
input_cuds = self.pes_exploration.cuds.get(
oclass=oclass, rel=emmo.hasInput
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
parsimonious
arcp>=0.2.1
minio>=7.1.15
reaxpro-wrappers>=1.6.2
reaxpro-wrappers>=1.7.0
python_requires = >3.7, <3.11
include_package_data = True
package_dir =
Expand Down

0 comments on commit 214b07c

Please sign in to comment.