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 953fe9b commit 644efa0Copy full SHA for 644efa0
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '3.0.202011212'
+__version__ = '3.0.202011219'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -2782,3 +2782,9 @@ description = Community maintained hooks for PyInstaller
2782
[nbval]
2783
description = A py.test plugin to validate Jupyter notebooks
2784
2785
+[jupyterlab-classic]
2786
+description = The next gen old-school Notebook UI
2787
+
2788
+[sklearn-contrib-lightning]
2789
+description = Large-scale sparse linear classification, regression and ranking in Python
2790
0 commit comments