AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
33 stars 5 forks source link

Remove all-synthetic from optional dependencies #631

Closed varun646 closed 1 month ago

varun646 commented 1 month ago

Description

Currently, when using autora-user-cookiecutter with advanced options, we run into a KeyError since autora[all-synthetic] is listed within project.optional-dependencies[all]. However, there is no all-synthetic block in the pyproject.toml file. Since autora-synthetic is listed as a dependency, all-synthetic can be safely removed from the optional dependencies.

Type of change