Skip to content

Commit

Permalink
Fix: have less dependencies in the as example to speed up demonstrations
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Nov 9, 2023
1 parent 54c4dbe commit 4981cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix: replace periods with underscores when determining `pkg_name` from `project_slug`
- Fix: add `[tool.hatch.build]` -> `packages` in `pyproject.toml` to resolve package if `project_slug` != `pkg_name`
- Fix: have less dependencies in the `pyproject.toml` as example to speed up demonstrations

## Version 0.2.1

Expand Down
6 changes: 3 additions & 3 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ classifiers = [ # ToDo: Modify according to your needs!
# direct dependencies of this package, installed when users `pip install {{ cookiecutter.project_slug }}` later.
dependencies = [ # ToDo: Modify according to your needs!
"typer",
"numpy",
"matplotlib",
"seaborn"
# "numpy",
# "matplotlib",
# "seaborn",
]
dynamic = ["version"]

Expand Down

0 comments on commit 4981cd6

Please sign in to comment.