We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973e690 commit 937d7d2Copy full SHA for 937d7d2
pyproject.toml
@@ -43,7 +43,11 @@ classifiers = [
43
"Programming Language :: Python",
44
"Programming Language :: Rust",
45
]
46
-dependencies = ["pyarrow>=11.0.0", "typing-extensions;python_version<'3.13'"]
+dependencies = [
47
+ "jupyter>=1.1.1",
48
+ "pyarrow>=11.0.0",
49
+ "typing-extensions;python_version<'3.13'",
50
+]
51
dynamic = ["version"]
52
53
[project.urls]
0 commit comments