[pyproject] adding ipython
This commit is contained in:
@@ -5,6 +5,7 @@ description = "Converting ophen-ephys data to nix format"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"ipython>=9.6.0",
|
||||||
"matplotlib>=3.10.6",
|
"matplotlib>=3.10.6",
|
||||||
"neo>=0.14.2",
|
"neo>=0.14.2",
|
||||||
"nixio>=1.5.4",
|
"nixio>=1.5.4",
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -1325,6 +1325,7 @@ name = "oepyhs2nix"
|
|||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
{ name = "ipython" },
|
||||||
{ name = "matplotlib" },
|
{ name = "matplotlib" },
|
||||||
{ name = "neo" },
|
{ name = "neo" },
|
||||||
{ name = "nixio" },
|
{ name = "nixio" },
|
||||||
@@ -1345,6 +1346,7 @@ docs = [
|
|||||||
|
|
||||||
[package.metadata]
|
[package.metadata]
|
||||||
requires-dist = [
|
requires-dist = [
|
||||||
|
{ name = "ipython", specifier = ">=9.6.0" },
|
||||||
{ name = "jupyter", marker = "extra == 'docs'", specifier = ">=1.1.1" },
|
{ name = "jupyter", marker = "extra == 'docs'", specifier = ">=1.1.1" },
|
||||||
{ name = "jupyterlab", marker = "extra == 'docs'", specifier = ">=4.4.9" },
|
{ name = "jupyterlab", marker = "extra == 'docs'", specifier = ">=4.4.9" },
|
||||||
{ name = "matplotlib", specifier = ">=3.10.6" },
|
{ name = "matplotlib", specifier = ">=3.10.6" },
|
||||||
|
|||||||
Reference in New Issue
Block a user