lmfit / asteval

minimalistic evaluator of python expression using ast module
https://lmfit.github.io/asteval
MIT License
176 stars 41 forks source link

Missing dependency in Python 3.7 #101

Closed jacklovell closed 2 years ago

jacklovell commented 2 years ago

importlib_metadata should be listed as a dependency in Python 3.7, as mentioned in https://github.com/newville/asteval/issues/93#issuecomment-866803718 and https://github.com/newville/asteval/pull/94#pullrequestreview-690394299. Both those comments were made after the respective issue and PR were closed, so were maybe missed but this is still a problem.

newville commented 2 years ago

@jacklovell oh, sorry for forgetting that. Will fix.

newville commented 2 years ago

Should be fixed with a79183d4928aceacd05c2dfa720d6db2deec4af3 I hope to find time to migrate to setup.cfg + pyproject.toml and then push out a release soon.

jacklovell commented 2 years ago

Thanks, looks to work fine now.