openforcefield / openff-evaluator

A physical property evaluation toolkit from the Open Forcefield Consortium.
https://docs.openforcefield.org/projects/evaluator
MIT License
54 stars 18 forks source link

Update deprecated collections.Iterable #453

Closed jaketanderson closed 2 years ago

jaketanderson commented 2 years ago

Description

Fix error due to deprecation of collections.Iterable:

AttributeError: module 'collections' has no attribute 'Iterable'

Todos

Status

jaketanderson commented 2 years ago

LGTM - you're probably using Python 3.10?

Yup. This was changed in the main branch so I preferred updating it here over downgrading python. Thanks!