Skip to content

Commit 4da8dfb

Browse files
authored
Merge pull request #1221 from stonebig/master
package names
2 parents eef227f + a281424 commit 4da8dfb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3547,3 +3547,27 @@ description = Markdown URL utilities
35473547
[uc-micro-py]
35483548
description = Micro subset of unicode data files for linkify-it-py projects.
35493549
3550+
[dataclasses-json]
3551+
description = Easily serialize dataclasses to and from JSON
3552+
3553+
[langchain]
3554+
description = Building applications with LLMs through composability
3555+
3556+
[marshmallow-enum]
3557+
description = Enum field for Marshmallow
3558+
3559+
[openapi-schema-pydantic]
3560+
description = OpenAPI (v3) specification schema as pydantic class
3561+
3562+
[typing-inspect]
3563+
description = Runtime inspection utilities for typing module.
3564+
3565+
[huggingface-hub]
3566+
description = Client library to download and publish models, datasets and other repos on the huggingface.co hub
3567+
3568+
[tokenizers]
3569+
description = Fast and Customizable Tokenizers
3570+
3571+
[transformers]
3572+
description = State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow
3573+

0 commit comments

Comments
 (0)