Skip to content

Commit 0a00b26

Browse files
agoose77vidartf
andauthored
Constrain jupyterlab to >=3.0, ==3.* (~=3.0)
Co-authored-by: Vidar Tonaas Fauske <[email protected]>
1 parent 01c7fbf commit 0a00b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)