File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '5.0.20221016 '
31
+ __version__ = '5.0.20221023 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3376,3 +3376,27 @@ description = A patch parsing and application library.
3376
3376
[duckdb]
3377
3377
description = DuckDB embedded database
3378
3378
3379
+ [ffmpy]
3380
+ description = A simple Python wrapper for ffmpeg
3381
+
3382
+ [pyqt6-sip]
3383
+ description = The sip module support for PyQt6
3384
+
3385
+ [pyqt6]
3386
+ description = Python bindings for the Qt cross platform application toolkit
3387
+
3388
+ [pyqt6-qt6]
3389
+ description = The subset of a Qt installation needed by PyQt6.
3390
+
3391
+ [xgboost]
3392
+ description = XGBoost Python Package
3393
+
3394
+ [click-default-group-wheel]
3395
+ description = Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)
3396
+
3397
+ [exceptiongroup]
3398
+ description = Backport of PEP 654 (exception groups)
3399
+
3400
+ [linear-operator]
3401
+ description = A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
3402
+
You can’t perform that action at this time.
0 commit comments