Skip to content

Commit 937d7d2

Browse files
committed
uv add jupyter
1 parent 973e690 commit 937d7d2

File tree

2 files changed

+1105
-1
lines changed

2 files changed

+1105
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ classifiers = [
4343
"Programming Language :: Python",
4444
"Programming Language :: Rust",
4545
]
46-
dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
46+
dependencies = [
47+
"jupyter>=1.1.1",
48+
"pyarrow>=11.0.0",
49+
"typing-extensions;python_version<'3.13'",
50+
]
4751
dynamic = ["version"]
4852

4953
[project.urls]

0 commit comments

Comments
 (0)