Closed liamhuber closed 3 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: ∅ |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Totals | |
---|---|
Change from base Build 10273316758: | 0.0% |
Covered Lines: | 2 |
Relevant Lines: | 1246 |
Ideally there should be a single source of truth -- since some things are available only on conda and not on pypi, we have 1.5 sources (pyproject.toml and environment.yml), but these still supersede requirements.txt.
I went through and removed every requirement that wasn't either (a) didn't appear directly anywhere in the project, or (b) was already in our other requirements lists. All that remained was
atomistics
. This module is used directly inpyiron_nodes.atomistic.property.elastic
, so I added it to the dependencies. (We got away without explicitly requiring it since it came withpyiron_atomistics
anyhow, but any package that is directly referenced should appear explicitly in the dependencies.)