Skip to content

Commit 8002c4e

Browse files
committed
Require JupyterLab < 4
1 parent 683dacc commit 8002c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's.
66

77
## Requirements
88

9-
* JupyterLab >= 3.1
9+
* JupyterLab >= 3.1, < 4.0
1010

1111
## Install
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling>=1.3.1",
4-
"jupyterlab~=3.1",
4+
"jupyterlab>=3.1, <4",
55
]
66
build-backend = "hatchling.build"
77

0 commit comments

Comments
 (0)