lanl / BEE

Other
17 stars 3 forks source link

Add networkx to pyproject.toml #928

Closed pagrubel closed 1 month ago

pagrubel commented 1 month ago

We need to make sure that when we publish a release and it is updated in an enviroment that networkx doesn't get removed. Add it to the pypoject.toml should fix this.

pagrubel commented 1 month ago

Do a poetry install and push both pyproject.toml and poetry.lock for the fix.

pagrubel commented 1 month ago

addressed in #929