Skip to content

Commit 3765c72

Browse files
authored
Update to drawio 21.1.4 (QuantStack#112)
1 parent 606fd70 commit 3765c72

File tree

189 files changed

+3415
-7799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+3415
-7799
lines changed

.binder/environment.yml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# a heavy demo environment for interactive testing
22

3-
# Copyright 2022 ipydrawio contributors
3+
# Copyright 2023 ipydrawio contributors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ channels:
2121
- nodefaults
2222

2323
dependencies:
24-
- python >=3.7
24+
- python >=3.8
2525
# demo toys
2626
- graphviz2drawio
2727
- jupyter-lsp-python-lsp-server
@@ -31,6 +31,7 @@ dependencies:
3131
- matplotlib-base
3232
- nbgitpuller
3333
- networkx
34+
- pandas
3435
- pygraphviz
3536
- python-graphviz
3637
- qrcode-artistic
@@ -44,27 +45,28 @@ dependencies:
4445
- jupyterlab_widgets
4546
- jupyterlab-tour
4647
- jupyterlab-webrtc-docprovider
47-
- wxyz_datagrid
48-
- wxyz_json_schema_form
49-
- wxyz_lab
50-
- wxyz_svg
48+
- jupyterlite-pyodide-kernel ==0.0.6
49+
- jupyterlite-javascript-kernel
5150
### FEDERATED EXTENSIONS ###
5251
############################################################################
5352
### ipydrawio-docs-deps ###
5453

54+
- autodoc-traits
5555
- docutils >=0.18.1
5656
- jupyter-server-mathjax
57-
- jupyterlab-myst
57+
- jupyterlite-core ==0.1.0
58+
- jupyterlite-core-with-libarchive
59+
- jupyterlite-pyodide-kernel ==0.0.6
5860
- myst-nb
5961
- pkginfo
60-
- pydata-sphinx-theme >=0.10.1,<0.11.0
62+
- pydata-sphinx-theme >=0.13.3,<0.14.0
6163
- pytest-check-links
64+
- python-libarchive-c
6265
- sphinx >=5,<6
66+
- sphinx-copybutton
67+
- sphinx-design
6368
- sphinx-jsonschema
6469
- sphinxext-rediraffe
65-
- ssort
66-
- pip:
67-
- jupyterlite ==0.1.0b14
6870

6971
### ipydrawio-docs-deps ###
7072

@@ -75,33 +77,34 @@ dependencies:
7577

7678
# core
7779
- doit
78-
- nodejs >=16,<17
80+
- nodejs >=18,<19
7981
- python # this gets patched in ci
8082
# run
8183
- ipywidgets >=7.6,<9
82-
- jupyterlab >=3.5.0,<4.0.0a0
84+
- jupyterlab >=3.6.3,<4.0.0a0
8385
- jupyterlab_widgets >=1
8486
- lxml
8587
- pillow
86-
- pypdf2
88+
- pypdf >=3.5
8789
- requests_cache
8890
# building
8991
- flit >=3.7.1
9092
- pip
9193
- twine >=3.7.1
9294
- wheel
9395
# linting
94-
- black
95-
- flake8
96-
- isort >=5
97-
- pyflakes
96+
- black-jupyter
97+
- nbqa
9898
- pyyaml
99-
- robotframework-lint
10099
- robotframework-tidy
100+
- robotframework-robocop
101+
- ruff
102+
- ssort
101103
# unit testing
102104
- pytest
103105
- pytest-console-scripts
104106
- pytest-html
107+
- pytest-jupyter-server
105108
- pytest-tornasync
106109
- pytest-xdist
107110
# acceptance testing

.binder/jupyter_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"LabApp": {
3-
"collaborative": true,
2+
"ServerApp": {
43
"tornado_settings": {
54
"page_config_data": {
65
"buildAvailable": false,

.binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2022 ipydrawio contributors
3+
# Copyright 2023 ipydrawio contributors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

.github/.condarc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ remote_read_timeout_secs: 600.0
1010
show_channel_urls: True
1111
show_sources: True
1212
unsatisfiable_hints_check_depth: 0
13-
use_only_tar_bz2: True

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ refreshing the window and then reproducing the bug to reduce the noise in the lo
8383
</details>
8484

8585
<!--
86-
# Copyright 2022 ipydrawio contributors
86+
# Copyright 2023 ipydrawio contributors
8787
#
8888
# Licensed under the Apache License, Version 2.0 (the "License");
8989
# you may not use this file except in compliance with the License.

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
2424
<!--Describe how this documentation can be kept up-to-date: testing, link checking, etc. -->
2525

2626
<!--
27-
# Copyright 2022 ipydrawio contributors
27+
# Copyright 2023 ipydrawio contributors
2828
#
2929
# Licensed under the Apache License, Version 2.0 (the "License");
3030
# you may not use this file except in compliance with the License.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
2424
<!-- Share any kind of design ideas (e.g. ASCII art, links, screenshots) that might help us understand -->
2525

2626
<!--
27-
# Copyright 2022 ipydrawio contributors
27+
# Copyright 2023 ipydrawio contributors
2828
#
2929
# Licensed under the Apache License, Version 2.0 (the "License");
3030
# you may not use this file except in compliance with the License.

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ labels: maintenance
3636
https://discourse.jupyter.org/t/ipydrawio-diagrams-in-jupyterlab-with-pages-layers-widgets-pdf-export
3737

3838
<!--
39-
# Copyright 2022 ipydrawio contributors
39+
# Copyright 2023 ipydrawio contributors
4040
#
4141
# Licensed under the Apache License, Version 2.0 (the "License");
4242
# you may not use this file except in compliance with the License.

.github/environment-conda-build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# a sufficient environment for building conda packages
22

3-
# Copyright 2022 ipydrawio contributors
3+
# Copyright 2023 ipydrawio contributors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

.github/environment-conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# a sufficient environment for building conda packages
22

3-
# Copyright 2022 ipydrawio contributors
3+
# Copyright 2023 ipydrawio contributors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)