[pyproject] adding ipython

This commit is contained in:
wendtalexander
2026-04-22 10:17:41 +02:00
parent f068ba3c42
commit 3b849c0c23
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ description = "Converting ophen-ephys data to nix format"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ipython>=9.6.0",
"matplotlib>=3.10.6",
"neo>=0.14.2",
"nixio>=1.5.4",

2
uv.lock generated
View File

@@ -1325,6 +1325,7 @@ name = "oepyhs2nix"
version = "0.1.1"
source = { virtual = "." }
dependencies = [
{ name = "ipython" },
{ name = "matplotlib" },
{ name = "neo" },
{ name = "nixio" },
@@ -1345,6 +1346,7 @@ docs = [
[package.metadata]
requires-dist = [
{ name = "ipython", specifier = ">=9.6.0" },
{ name = "jupyter", marker = "extra == 'docs'", specifier = ">=1.1.1" },
{ name = "jupyterlab", marker = "extra == 'docs'", specifier = ">=4.4.9" },
{ name = "matplotlib", specifier = ">=3.10.6" },