Thanks to visit codestin.com
Credit goes to github.com

Skip to content

package labels #1124

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

Merged
merged 1 commit into from
Oct 23, 2022
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 winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '5.0.20221016'
__version__ = '5.0.20221023'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
24 changes: 24 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3376,3 +3376,27 @@ description = A patch parsing and application library.
[duckdb]
description = DuckDB embedded database

[ffmpy]
description = A simple Python wrapper for ffmpeg

[pyqt6-sip]
description = The sip module support for PyQt6

[pyqt6]
description = Python bindings for the Qt cross platform application toolkit

[pyqt6-qt6]
description = The subset of a Qt installation needed by PyQt6.

[xgboost]
description = XGBoost Python Package

[click-default-group-wheel]
description = Extends click.Group to invoke a command without explicit subcommand name (packaged as a wheel)

[exceptiongroup]
description = Backport of PEP 654 (exception groups)

[linear-operator]
description = A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).