From ea7844b6c38f5fe54efe29a2c405c95955e693e7 Mon Sep 17 00:00:00 2001 From: Kalyan Dutia Date: Tue, 13 Feb 2024 16:07:30 +0000 Subject: [PATCH] change pyproject email to dsci; python constraint to ~3.10 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5276e0e..002c676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,12 +2,12 @@ name = "experiment-template" version = "0.1.0" description = "" -authors = ["CPR tech "] +authors = ["CPR Data Science "] readme = "README.md" packages = [{include = "experiment_template"}] [tool.poetry.dependencies] -python = "^3.9" +python = "~3.10" pre-commit = "^3.0.4" @@ -52,4 +52,4 @@ line-length = 88 # Ignore `E402` (import violations) in all `__init__.py` files, and in `path/to/file.py`. [tool.ruff.per-file-ignores] "__init__.py" = ["F401"] -"tests/*" = ["E501"] \ No newline at end of file +"tests/*" = ["E501"]