Project requires maintenance of dependencies addressing [pyproject.toml](https://github.com/GrainLearning/grainLearning/blob/main/pyproject.toml): - [ ] Isolate core code from developer dependencies, RNN, plotting and interactive See poetry documentation of [optional groups](https://python-poetry.org/docs/master/managing-dependencies/) - [ ] Update dependencies with `poetry update` - [ ] `packages = [ { include = "grainlearning"}]` should be under `[tool.poetry]`
Project requires maintenance of dependencies addressing pyproject.toml:
See poetry documentation of optional groups
poetry updatepackages = [ { include = "grainlearning"}]should be under[tool.poetry]