Skip to content

Commit 5f86700

Browse files
committed
do not install numba when using jupyterlite
1 parent 2ebef15 commit 5f86700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ classifiers = [
4343
dependencies = [
4444
"numpy",
4545
"matplotlib",
46-
"numba",
4746
"scipy",
47+
"numba; sys_platform != 'emscripten'",
4848
]
4949
dynamic = ["version"]
5050

0 commit comments

Comments
 (0)