8000 Merge pull request #1249 from stonebig/master · winpython/winpython@509f2cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 509f2cf

Browse files
authored
Merge pull request #1249 from stonebig/master
update package names
2 parents 49e8c82 + 9232953 commit 509f2cf

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '6.4.20230625'
31+
__version__ = '6.4.20230813'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,3 +3625,30 @@ description = Extension to include jQuery on newer Sphinx releases
36253625
[interpreters-3-12]
36263626
description = Use this module to try out multiple interpreters and a per-interpreter GIL in Python 3.12. Do not use this for anything important.
36273627
3628+
[async-lru]
3629+
description = Simple LRU cache for asyncio
3630+
3631+
[annotated-types]
3632+
description = Reusable constraint types to use with typing.Annotated
3633+
3634+
[daqp]
3635+
description = DAQP: A dual active-set QP solver
3636+
3637+
[gpt4all]
3638+
description = Python bindings for GPT4All
3639+
3640+
[llm]
3641+
description = A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
3642+
3643+
[llm-gpt4all]
3644+
description = Plugin for LLM adding support for GPT4ALL models
3645+
3646+
[llm-llama-cpp]
3647+
description = LLM plugin for running models using llama.cpp
3648+
3649+
[llm-markov]
3650+
description = Plugin for LLM adding a Markov chain generating model
3651+
3652+
[python-ulid]
3653+
description = Universally Unique Lexicographically Sortable Identifier
3654+

0 commit comments

Comments
 (0)
0