[pyproject] adding ipython
This commit is contained in:
@@ -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
2
uv.lock
generated
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user