Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JupyterLab 4, Notebook 7 (beta) #73

Merged
merged 24 commits into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ labels: maintenance
- [ ] move the new release to the top of the stack
- [ ] validate on binder
- [ ] validate on ReadTheDocs
- [ ] wait for a successful build of `master`
- [ ] wait for a successful build of `main`
- [ ] download the `dist` archive and unpack somewhere (maybe a fresh `dist`)
- [ ] create a new release through the GitHub UI
- [ ] paste in the relevant `HISTORY.ipynb` entries
Expand Down
9 changes: 6 additions & 3 deletions .github/env_specs/_base.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
channels:
- conda-forge
- nodefaults
- conda-forge/label/notebook_beta
dependencies:
# enough stuff to run doit
- doit
- doit-with-toml
- pip
- pyyaml
- flit >=3.9,<4
- tomli
# really nothing for it
- nodejs >=16,!=17.*,!=19.*
- nodejs >=18,<19
# hard deps
- robotframework >=4
- robotframework >=5
- robotframework-seleniumlibrary >=4.5
2 changes: 1 addition & 1 deletion .github/env_specs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
- ipykernel
- myst-nb
- port-for
- pydata-sphinx-theme >=0.10,<0.11
- pydata-sphinx-theme >=0.13.3,<0.14
- sphinx >=5.1
- sphinx-autobuild
- sphinx-copybutton
3 changes: 0 additions & 3 deletions .github/env_specs/lab1.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/env_specs/lab2.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/env_specs/lab3.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
channels:
- conda-forge
- nodefaults

dependencies:
- jupyter_server >=1.2
- jupyterlab >=3.0.0,<4.0.0a0
- jupyterlab >=3.6.4,<4.0.0a0
- notebook >=6.0.0,<7.0.0a0
- jupyterlab_server >=2.0.0,<3.0.0a0
# next roadmap item
- ipywidgets >=8,<9 # ...with whatever version of...
Expand Down
8 changes: 8 additions & 0 deletions .github/env_specs/lab4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies:
- jupyter_server >=1.2
- jupyterlab >=4.0.1,<5.0.0a0
- notebook >=7.0.0b3,<8.0.0a0
- jupyterlab_server >=2.0.0,<3.0.0a0
# next roadmap item
- ipywidgets >=8,<9 # ...with whatever version of...
# ... jupyterlab_widgets # it brings along
4 changes: 2 additions & 2 deletions .github/env_specs/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- black
- flake8
- isort <5
- ruff
- ssort
- robotframework-robocop >=2.6.0
- robotframework-tidy >=3.3.1
- yarn <2
10 changes: 5 additions & 5 deletions .github/env_specs/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ channels:

dependencies:
- boa >=0.14,<0.15
# known-incompatible version with conda-lock
- conda !=22.11.1
- conda-lock >=1.3,<1.4
- mamba >=1.1.0,<1.2
- doit
- conda <22.11.1 # known-incompatible version with conda-lock
- conda-lock >=2,<2.1
- doit-with-toml
- flit >=3.9,<4.0
- mamba >=1.4.0,<1.5
- pip
- ripgrep
- twine
7 changes: 0 additions & 7 deletions .github/env_specs/py3.7.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/env_specs/py3.8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- ipython >=7,<8
- python >=3.8,<3.9
- robotframework <6
- robotframework-pythonlibcore <3
- robotframework-seleniumlibrary >=5,<6
148 changes: 78 additions & 70 deletions .github/locks/docs/linux-64/conda.lock

Large diffs are not rendered by default.

144 changes: 76 additions & 68 deletions .github/locks/docs/osx-64/conda.lock

Large diffs are not rendered by default.

143 changes: 77 additions & 66 deletions .github/locks/docs/win-64/conda.lock

Large diffs are not rendered by default.

115 changes: 59 additions & 56 deletions .github/locks/lint/linux-64/conda.lock

Large diffs are not rendered by default.

111 changes: 57 additions & 54 deletions .github/locks/lint/osx-64/conda.lock

Large diffs are not rendered by default.

112 changes: 59 additions & 53 deletions .github/locks/lint/win-64/conda.lock

Large diffs are not rendered by default.

158 changes: 82 additions & 76 deletions .github/locks/meta/linux-64/conda.lock

Large diffs are not rendered by default.

162 changes: 84 additions & 78 deletions .github/locks/meta/osx-64/conda.lock

Large diffs are not rendered by default.

145 changes: 76 additions & 69 deletions .github/locks/meta/win-64/conda.lock

Large diffs are not rendered by default.

148 changes: 0 additions & 148 deletions .github/locks/test/linux-64/py3.11/lab1/conda.lock

This file was deleted.

148 changes: 0 additions & 148 deletions .github/locks/test/linux-64/py3.11/lab2/conda.lock

This file was deleted.

188 changes: 104 additions & 84 deletions .github/locks/test/linux-64/py3.11/lab3/conda.lock

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions .github/locks/test/linux-64/py3.11/lab4/conda.lock

Large diffs are not rendered by default.

129 changes: 0 additions & 129 deletions .github/locks/test/linux-64/py3.7/lab1/conda.lock

This file was deleted.

Loading