Skip to content

Commit

Permalink
Fix version integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jul 15, 2023
1 parent afef4bf commit 7caea23
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
os: [ubuntu]
nodejs: ['>=16,<17.0.0a0']
lab: ['>=4.0.0,<5.0.0a0']
lab: ['>=4.0.3,<5.0.0a0']
r: ['>=4']
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Development requires, at a minimum:

- `nodejs >=16,!=17,<19`
- `python >=3.8,<3.11.0a0`
- `jupyterlab >=4.0.0,<5.0.0a0`
- `jupyterlab >=4.0.3,<5.0.0a0`

It is recommended to use a virtual environment (e.g. `virtualenv` or `conda env`)
for development.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Use context menu on rows in the panel to filter out diagnostics or copy their me

You will need to have both of the following installed:

- JupyterLab >=4.0.0,<5.0.0a0
- JupyterLab >=4.0.3,<5.0.0a0
- Python 3.8+

In addition, if you wish to use javascript, html, markdown or any other NodeJS-based language server you will need to have appropriate NodeJS version installed.
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
# runtime dependencies
- python >=3.8,<3.11.0a0
- jupyterlab >=4.0.0,<5.0.0a0
- jupyterlab >=4.0.3,<5.0.0a0
- jupyter_server >=1.1.2
# TODO: uncomment once Notebook 7 is released
#- notebook >= 7.0
Expand Down
2 changes: 1 addition & 1 deletion docs/rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:

dependencies:
- importlib_metadata
- jupyterlab >=4.0.0,<5.0.0a0
- jupyterlab >=4.0.3,<5.0.0a0
- myst-nb
- nodejs >=16,!=17,<19
- pandas
Expand Down
2 changes: 1 addition & 1 deletion python_packages/jupyterlab_lsp/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ python_requires = >=3.8

install_requires =
jupyter_lsp >=2.0.0
jupyterlab >=4.0.0,<5.0.0a0
jupyterlab >=4.0.3,<5.0.0a0
2 changes: 1 addition & 1 deletion requirements/lab.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# the version of jupyterlab
-r ./prod.txt
jupyterlab >=4.0.0,<5.0.0a0
jupyterlab >=4.0.3,<5.0.0a0

0 comments on commit 7caea23

Please sign in to comment.