Skip to content

Commit

Permalink
Merge pull request LorenFrankLab#583 from LorenFrankLab/update-python…
Browse files Browse the repository at this point in the history
…-deps

Bump python version required
  • Loading branch information
CBroz1 authored Jul 11, 2023
2 parents efae4ba + 8f3ca2a commit 94f6b93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- franklab
- edeno
dependencies:
- python>=3.8,<3.10
- python>=3.9,<3.10
- jupyterlab>=3.*
- pydotplus
- dask
Expand Down
2 changes: 1 addition & 1 deletion environment_position.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ channels:
- franklab
- edeno
dependencies:
- python>=3.8, <3.10
- python>=3.9, <3.10
- jupyterlab>=3.*
- pydotplus>=2.0.*
- libgcc
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 94f6b93

Please sign in to comment.