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 683dacc commit 8002c4eCopy full SHA for 8002c4e
README.md
@@ -6,7 +6,7 @@ JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's.
6
7
## Requirements
8
9
-* JupyterLab >= 3.1
+* JupyterLab >= 3.1, < 4.0
10
11
## Install
12
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"hatchling>=1.3.1",
4
- "jupyterlab~=3.1",
+ "jupyterlab>=3.1, <4",
5
]
build-backend = "hatchling.build"
0 commit comments