Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Feb 6, 2024
1 parent 1b97fd8 commit 370daec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spikeinterface_pipelines"
version = "0.0.7"
version = "0.0.8"
description = "Collection of standardized analysis pipelines based on SpikeInterfacee."
readme = "README.md"
authors = [
Expand All @@ -9,7 +9,11 @@ authors = [
{ name = "Luiz Tauffer", email = "[email protected]" },
]
requires-python = ">=3.8"
dependencies = ["spikeinterface[full,widgets]", "neo>=0.12.0", "pydantic>=2.4.2"]
dependencies = [
"spikeinterface[full,widgets]",
"neo>=0.12.0",
"pydantic>=2.4.2",
]
keywords = [
"spikeinterface",
"spike sorting",
Expand Down

0 comments on commit 370daec

Please sign in to comment.