Skip to content

Commit 4eff156

Browse files
committed
Update setup.py
1 parent fa2e492 commit 4eff156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'extractacy',
6-
version = 'v1.0.1',
6+
version = 'v1.0.2',
77
url = 'https://github.com/jenojp/extractacy',
88
author = 'Jeno Pizarro',
99
author_email = 'jenopizzaro@gmail.com',
@@ -24,7 +24,7 @@
2424
packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
2525
license="MIT",
2626
install_requires=[
27-
"spacy>=3.0.1,<3.2.0",
27+
"spacy>=3.0.1,<3.3.0",
2828
],
2929
tests_require=[
3030
"pytest",

0 commit comments

Comments
 (0)