diff --git a/{{ cookiecutter.repo_name }}/pyproject.toml b/{{ cookiecutter.repo_name }}/pyproject.toml index 1feba80..7ee7875 100644 --- a/{{ cookiecutter.repo_name }}/pyproject.toml +++ b/{{ cookiecutter.repo_name }}/pyproject.toml @@ -6,9 +6,6 @@ authors = ["{{ cookiecutter.author_name }}"] license = "MIT" readme = "README.md" -[virtualenvs] -in-project=true - [tool.poetry.dependencies] python = ">=3.10" numpy = "^1.26.1"