From 730091073d0400593202f16a101a97229fa937f3 Mon Sep 17 00:00:00 2001 From: Michael J Clark <1103714+wassname@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:32:14 +0800 Subject: [PATCH] Update pyproject.toml --- {{ cookiecutter.repo_name }}/pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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"