mosdef-hub / foyer

A package for atom-typing as well as applying and disseminating forcefields
https://foyer.mosdef.org
MIT License
118 stars 77 forks source link

Replace lark-parser with lark in the environment files. #575

Closed chrisjonesBSU closed 3 weeks ago

chrisjonesBSU commented 1 month ago

This was originally added as part of #574, but that PR might have to sit open for a while until we want to drop 3.9 and support 3.13, so I figured I'd add the lark related changes to a separate PR. This should get rid of one deprecation warning, plus makes sure we're using updated versions of lark.

lark-parser was the old conda environment name for the lark package, it's now just lark, but it's the same package.

I'll open an issue in the foyer feedstock so we remember to change it there as well.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.01%. Comparing base (d2ad660) to head (77ca8c0). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #575 +/- ## ========================================== + Coverage 61.90% 62.01% +0.11% ========================================== Files 16 16 Lines 1667 1664 -3 ========================================== Hits 1032 1032 + Misses 635 632 -3 ```