From 8f3ca2ad0992321f21f9b6813229eec929bd6274 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Mon, 10 Jul 2023 11:55:43 -0700 Subject: [PATCH] Bump python version required --- environment.yml | 2 +- environment_position.yml | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 7a8c2775f..d7420426f 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: - franklab - edeno dependencies: - - python>=3.8,<3.10 + - python>=3.9,<3.10 - jupyterlab>=3.* - pydotplus - dask diff --git a/environment_position.yml b/environment_position.yml index ef2b725a4..f06cc2348 100644 --- a/environment_position.yml +++ b/environment_position.yml @@ -15,7 +15,7 @@ channels: - franklab - edeno dependencies: - - python>=3.8, <3.10 + - python>=3.9, <3.10 - jupyterlab>=3.* - pydotplus>=2.0.* - libgcc diff --git a/pyproject.toml b/pyproject.toml index 213a3db14..ab9c073bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "spyglass-neuro" description = "Neuroscience data analysis framework for reproducible research" readme = "README.md" -requires-python = ">=3.8,<3.10" +requires-python = ">=3.9,<3.10" license = { file = "LICENSE" } authors = [ { name = "Loren Frank", email = "loren.frank@ucsf.edu" }, @@ -78,7 +78,7 @@ test = [ "kachery-cloud", ] docs = [ - "hatch", # Get version from env + "hatch", # Get version from env "mike", # Docs versioning "mkdocs", # Docs core "mkdocs-exclude", # Docs exclude files