Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed Jun 16, 2024
1 parent 6a76f73 commit 0a2f530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(
name="wtpsplit",
version="1.2.4",
name="segment-any-text",
version="1.0.0",
packages=["wtpsplit"],
description="Robust, adaptible sentence segmentation for 85 languages",
author="Benjamin Minixhofer",
author_email="bminixhofer@gmail.com",
description="Universal Robust, Efficient and Adaptable Sentence Segmentation",
author="Markus Frohmann, Igor Sterner, Benjamin Minixhofer",
author_email="markus.frohmann@gmail.com",
install_requires=[
"onnxruntime>=1.13.1",
"transformers>=4.22.2",
Expand Down

0 comments on commit 0a2f530

Please sign in to comment.