-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter_scheduler-1.8.1-py3-none-any.whl: c7a44b5935f375247bba44e1430ca1c9c773d54be83f53bb9f78fa033adac52d jupyter_scheduler-1.8.1.tar.gz: b14b5953f2d4dd49cb6173c2258d1d06119a8d876f2c84c6d36306af3cfa3096 jupyterlab-scheduler-1.8.1.tgz: e195bc445e73847f0b0d3a013b3af066fa271a08bb7c50d0cbf137ed7cf4f714
- Loading branch information
Showing
5 changed files
with
117 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1771,7 +1771,7 @@ | |
"@lumino/widgets" "^1.37.2" | ||
react "^17.0.1" | ||
|
||
"@jupyterlab/nbformat@^3", "@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.7": | ||
"@jupyterlab/nbformat@^3.0.0 || ^4.0.0-alpha.15", "@jupyterlab/nbformat@^3.6.7": | ||
version "3.6.7" | ||
resolved "https://registry.yarnpkg.com/@jupyterlab/nbformat/-/nbformat-3.6.7.tgz#8810dd403daffca5a4910a9eecc1ef29f70ff957" | ||
integrity sha512-CR7Lcgcnh+kYt4pLcxXne7en6zyp5Pl81VP1xT88UssA6e0HS7wtXvaA398On+2Xw7DXogh+5jU9dKM+HtxU2Q== | ||
|
@@ -2016,6 +2016,11 @@ | |
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-1.9.2.tgz#b95e6419aed58ff6b863a51bfb4add0f795141d3" | ||
integrity sha512-Z06lp/yuhz8CtIir3PNTGnuk7909eXt4ukJsCzChsGuot2l5Fbs96RJ/FOHgwCedaX74CtxPjXHXoszFbUA+4A== | ||
|
||
"@lumino/algorithm@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/algorithm/-/algorithm-2.0.1.tgz#1045f4629f96076b431fc1a8c0005e13d8b95a56" | ||
integrity sha512-iA+uuvA7DeNFB0/cQpIWNgO1c6z4pOSigifjstLy+rxf1U5ZzxIq+xudnEuTbWgKSTviG02j4cKwCyx1PO6rzA== | ||
|
||
"@lumino/application@^1.31.4": | ||
version "1.31.4" | ||
resolved "https://registry.yarnpkg.com/@lumino/application/-/application-1.31.4.tgz#b804fcc46fb77deb41aee94c48bea990f735d6b9" | ||
|
@@ -2032,6 +2037,13 @@ | |
dependencies: | ||
"@lumino/algorithm" "^1.9.2" | ||
|
||
"@lumino/collections@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/collections/-/collections-2.0.1.tgz#cfb9afa9837eddb72d1939e73dcd5256feaf37ef" | ||
integrity sha512-8TbAU/48XVPKc/FOhGHLuugf2Gmx6vhVEx867KGG5fLwDOI8EW4gTno78yJUk8G0QpgNa+sdpB/LwbJFNIratg== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
|
||
"@lumino/commands@^1.19.0", "@lumino/commands@^1.21.1": | ||
version "1.21.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-1.21.1.tgz#eda8b3cf5ef73b9c8ce93b3b5cf66bb053df2a76" | ||
|
@@ -2045,7 +2057,20 @@ | |
"@lumino/signaling" "^1.11.1" | ||
"@lumino/virtualdom" "^1.14.3" | ||
|
||
"@lumino/coreutils@^1", "@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6", "@lumino/coreutils@^1.12.1": | ||
"@lumino/commands@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@lumino/commands/-/commands-2.2.0.tgz#ec3ee704a39ec5ca4adcae40c4bd9d606d901121" | ||
integrity sha512-xm+4rFithAd/DLZheQcS0GJaI3m0gVg07mCEZAWBLolN5e7w6XTr17VuD7J6KSjdBygMKZ3n8GlEkpcRNWEajA== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
"@lumino/coreutils" "^2.1.2" | ||
"@lumino/disposable" "^2.1.2" | ||
"@lumino/domutils" "^2.0.1" | ||
"@lumino/keyboard" "^2.0.1" | ||
"@lumino/signaling" "^2.1.2" | ||
"@lumino/virtualdom" "^2.0.1" | ||
|
||
"@lumino/coreutils@^1", "@lumino/coreutils@^1.11.0", "@lumino/coreutils@^1.11.0 || ^2.0.0-alpha.6", "@lumino/coreutils@^1.11.0 || ^2.1.2", "@lumino/coreutils@^1.12.1", "@lumino/coreutils@^2.1.2": | ||
version "1.12.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/coreutils/-/coreutils-1.12.1.tgz#79860c9937483ddf6cda87f6c2b9da8eb1a5d768" | ||
integrity sha512-JLu3nTHzJk9N8ohZ85u75YxemMrmDzJdNgZztfP7F7T7mxND3YVNCkJG35a6aJ7edu1sIgCjBxOvV+hv27iYvQ== | ||
|
@@ -2058,11 +2083,23 @@ | |
"@lumino/algorithm" "^1.9.2" | ||
"@lumino/signaling" "^1.11.1" | ||
|
||
"@lumino/disposable@^2.1.2": | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/@lumino/disposable/-/disposable-2.1.2.tgz#a4df34a50d23e577051eee27c000fc9ad37f35bb" | ||
integrity sha512-0qmB6zPt9+uj4SVMTfISn0wUOjYHahtKotwxDD5flfcscj2gsXaFCXO4Oqot1zcsZbg8uJmTUhEzAvFW0QhFNA== | ||
dependencies: | ||
"@lumino/signaling" "^2.1.2" | ||
|
||
"@lumino/domutils@^1.8.0", "@lumino/domutils@^1.8.2": | ||
version "1.8.2" | ||
resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-1.8.2.tgz#d15cdbae12bea52852bbc13c4629360f9f05b7f5" | ||
integrity sha512-QIpMfkPJrs4GrWBuJf2Sn1fpyVPmvqUUAeD8xAQo8+4V5JAT0vUDLxZ9HijefMgNCi3+Bs8Z3lQwRCrz+cFP1A== | ||
|
||
"@lumino/domutils@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/domutils/-/domutils-2.0.1.tgz#1852eadd2658cf754e17f2d0e5c18d1737a91530" | ||
integrity sha512-tbcfhsdKH04AMjSgYAYGD2xE80YcjrqKnfMTeU2NHt4J294Hzxs1GvEmSMk5qJ3Bbgwx6Z4BbQ7apnFg8Gc6cA== | ||
|
||
"@lumino/dragdrop@^1.13.0", "@lumino/dragdrop@^1.14.5": | ||
version "1.14.5" | ||
resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-1.14.5.tgz#1db76c8a01f74cb1b0428db6234e820bb58b93ba" | ||
|
@@ -2071,11 +2108,24 @@ | |
"@lumino/coreutils" "^1.12.1" | ||
"@lumino/disposable" "^1.10.4" | ||
|
||
"@lumino/dragdrop@^2.1.4": | ||
version "2.1.4" | ||
resolved "https://registry.yarnpkg.com/@lumino/dragdrop/-/dragdrop-2.1.4.tgz#b5c90cdb27cc4d7c57e34cbe40897acadb59323f" | ||
integrity sha512-/ckaYPHIZC1Ff0pU2H3WDI/Xm7V3i0XnyYG4PeZvG1+ovc0I0zeZtlb6qZXne0Vi2r8L2a0624FjF2CwwgNSnA== | ||
dependencies: | ||
"@lumino/coreutils" "^2.1.2" | ||
"@lumino/disposable" "^2.1.2" | ||
|
||
"@lumino/keyboard@^1.8.2": | ||
version "1.8.2" | ||
resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-1.8.2.tgz#714dbe671f0718f516d1ec23188b31a9ccd82fb2" | ||
integrity sha512-Dy+XqQ1wXbcnuYtjys5A0pAqf4SpAFl9NY6owyIhXAo0Va7w3LYp3jgiP1xAaBAwMuUppiUAfrbjrysZuZ625g== | ||
|
||
"@lumino/keyboard@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/keyboard/-/keyboard-2.0.1.tgz#a16db961e29a94f87b2669c989b2b358590ce1f6" | ||
integrity sha512-R2mrH9HCEcv/0MSAl7bEUbjCNOnhrg49nXZBEVckg//TEG+sdayCsyrbJNMPcZ07asIPKc6mq3v7DpAmDKqh+w== | ||
|
||
"@lumino/messaging@^1.10.0", "@lumino/messaging@^1.10.3": | ||
version "1.10.3" | ||
resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-1.10.3.tgz#b6227bdfc178a8542571625ecb68063691b6af3c" | ||
|
@@ -2084,6 +2134,14 @@ | |
"@lumino/algorithm" "^1.9.2" | ||
"@lumino/collections" "^1.9.3" | ||
|
||
"@lumino/messaging@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/messaging/-/messaging-2.0.1.tgz#5ef321ed090b74b821d2a0de02493a2f9f3c21f7" | ||
integrity sha512-Z1b9Sq7i2yw7BN/u9ezoBUMYK06CsQXO7BqpczSnEO0PfwFf9dWi7y9VcIySOBz9uogsT1uczZMIMtLefk+xPQ== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
"@lumino/collections" "^2.0.1" | ||
|
||
"@lumino/polling@^1", "@lumino/polling@^1.9.0": | ||
version "1.11.4" | ||
resolved "https://registry.yarnpkg.com/@lumino/polling/-/polling-1.11.4.tgz#ddfe47da5b41af4cfa474898542c099e445c0e6c" | ||
|
@@ -2098,6 +2156,11 @@ | |
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-1.8.2.tgz#91131f2ca91a902faa138771eb63341db78fc0fd" | ||
integrity sha512-EkjI9Cw8R0U+xC9HxdFSu7X1tz1H1vKu20cGvJ2gU+CXlMB1DvoYJCYxCThByHZ+kURTAap4SE5x8HvKwNPbig== | ||
|
||
"@lumino/properties@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/properties/-/properties-2.0.1.tgz#349407042df99d94943798078454dc11a327684b" | ||
integrity sha512-RPtHrp8cQqMnTC915lOIdrmsbPDCC7PhPOZb2YY7/Jj6dEdwmGhoMthc2tBEYWoHP+tU/hVm8UR/mEQby22srQ== | ||
|
||
"@lumino/signaling@^1", "@lumino/signaling@^1.10.0", "@lumino/signaling@^1.10.0 || ^2.0.0-alpha.6", "@lumino/signaling@^1.11.1": | ||
version "1.11.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-1.11.1.tgz#438f447a1b644fd286549804f9851b5aec9679a2" | ||
|
@@ -2106,13 +2169,28 @@ | |
"@lumino/algorithm" "^1.9.2" | ||
"@lumino/properties" "^1.8.2" | ||
|
||
"@lumino/signaling@^2.1.2": | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/@lumino/signaling/-/signaling-2.1.2.tgz#b5f127463165884174f1446e8364794af831a852" | ||
integrity sha512-KtwKxx+xXkLOX/BdSqtvnsqBTPKDIENFBKeYkMTxstQc3fHRmyTzmaVoeZES+pr1EUy3e8vM4pQFVQpb8VsDdA== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
"@lumino/coreutils" "^2.1.2" | ||
|
||
"@lumino/virtualdom@^1.14.0", "@lumino/virtualdom@^1.14.3": | ||
version "1.14.3" | ||
resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-1.14.3.tgz#e490c36ff506d877cf45771d6968e3e26a8919fd" | ||
integrity sha512-5joUC1yuxeXbpfbSBm/OR8Mu9HoTo6PDX0RKqzlJ9o97iml7zayFN/ynzcxScKGQAo9iaXOY8uVIvGUT8FnsGw== | ||
dependencies: | ||
"@lumino/algorithm" "^1.9.2" | ||
|
||
"@lumino/virtualdom@^2.0.1": | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/virtualdom/-/virtualdom-2.0.1.tgz#335e0e8758f21908a67f66b43f8dec177bcd6133" | ||
integrity sha512-WNM+uUZX7vORhlDRN9NmhEE04Tz1plDjtbwsX+i/51pQj2N2r7+gsVPY/gR4w+I5apmC3zG8/BojjJYIwi8ogA== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
|
||
"@lumino/widgets@^1", "@lumino/widgets@^1.37.2": | ||
version "1.37.2" | ||
resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-1.37.2.tgz#b408fae221ecec2f1b028607782fbe1e82588bce" | ||
|
@@ -2130,6 +2208,23 @@ | |
"@lumino/signaling" "^1.11.1" | ||
"@lumino/virtualdom" "^1.14.3" | ||
|
||
"@lumino/widgets@^1.37.2 || ^2.3.1": | ||
version "2.3.1" | ||
resolved "https://registry.yarnpkg.com/@lumino/widgets/-/widgets-2.3.1.tgz#5c62de6cc7e2a2a84a1d1c63d719dad3a3de74ea" | ||
integrity sha512-t3yKoXY4P1K1Tiv7ABZLKjwtn2gFIbaK0jnjFhoHNlzX5q43cm7FjtCFQWrvJbBN6Heq9qq00JPOWXeZ3IlQdg== | ||
dependencies: | ||
"@lumino/algorithm" "^2.0.1" | ||
"@lumino/commands" "^2.2.0" | ||
"@lumino/coreutils" "^2.1.2" | ||
"@lumino/disposable" "^2.1.2" | ||
"@lumino/domutils" "^2.0.1" | ||
"@lumino/dragdrop" "^2.1.4" | ||
"@lumino/keyboard" "^2.0.1" | ||
"@lumino/messaging" "^2.0.1" | ||
"@lumino/properties" "^2.0.1" | ||
"@lumino/signaling" "^2.1.2" | ||
"@lumino/virtualdom" "^2.0.1" | ||
|
||
"@mui/[email protected]": | ||
version "5.0.0-beta.36" | ||
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.36.tgz#29ca2de9d387f6d3943b6f18a84415c43e5f206c" | ||
|