From cfc1f2fc5c55993b146442b56ac2ddd87f207d89 Mon Sep 17 00:00:00 2001 From: Michael J Clark Date: Sat, 17 Aug 2024 11:58:37 +0800 Subject: [PATCH] Update pyproject.toml --- {{ cookiecutter.repo_name }}/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{ cookiecutter.repo_name }}/pyproject.toml b/{{ cookiecutter.repo_name }}/pyproject.toml index b1d26a0..188ddf1 100644 --- a/{{ cookiecutter.repo_name }}/pyproject.toml +++ b/{{ cookiecutter.repo_name }}/pyproject.toml @@ -6,6 +6,9 @@ authors = ["{{ cookiecutter.author_name }}"] license = "MIT" readme = "README.md" +[virtualenvs] +in-project=true + [tool.poetry.dependencies] python = ">=3.10,<3.13" torch = {version = "^2.1.0+cu124", source = "pytorch"}