We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b4e43 commit 7681ec2Copy full SHA for 7681ec2
2 files changed
requirements.txt
@@ -1,11 +1,8 @@
1
spacy>=3.0.0,<3.1.0
2
transformers>=3.4.0,<4.6.0
3
torch>=1.5.0
4
-torchcontrib>=0.0.2,<0.1.0
5
srsly>=2.4.0,<3.0.0
6
-ftfy>=5.0.0,<6.0.0
7
dataclasses>=0.6,<1.0; python_version < "3.7"
8
-importlib_metadata>=0.20; python_version < "3.8"
9
spacy-alignments>=0.7.2,<1.0.0
10
# Testing
11
pytest>=5.2.0
setup.cfg
@@ -27,13 +27,11 @@ zip_safe = false
27
include_package_data = true
28
python_requires = >=3.6
29
install_requires =
30
+ spacy>=3.0.0,<3.1.0
31
32
- torchcontrib>=0.0.2,<0.1.0
33
34
- ftfy>=5.0.0,<6.0.0
35
36
- importlib_metadata>=0.20; python_version < "3.8"
37
38
39
setup_requires =
0 commit comments