Skip to content

Commit 6b84eaa

Browse files
🔖 Bump up version to v0.3.0
remove spacy requirement
1 parent 0e364f4 commit 6b84eaa

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pysbd/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
33

44
__title__ = "pysbd"
5-
__version__ = "0.3.0rc"
5+
__version__ = "0.3.0"
66
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
77
__uri__ = "http://nipunsadvilkar.github.io/"
88
__author__ = "Nipun Sadvilkar"

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
REQUIRES_PYTHON = ">=3"
1717
# What packages are required for this module to be executed?
18-
REQUIRED = ["spacy"]
18+
REQUIRED = []
1919

2020
with io.open(os.path.join(root, "pysbd", "about.py"), encoding="utf8") as f:
2121
about = {}

0 commit comments

Comments
 (0)