Skip to content

Commit

Permalink
Update version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Dec 16, 2020
1 parent 47c1ec6 commit e99cd82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
"cymem>=2.0.2,<2.1.0",
"preshed>=3.0.2,<3.1.0",
"murmurhash>=0.28.0,<1.1.0",
"thinc>=8.0.0rc2,<8.1.0",
"thinc>=8.0.0rc3,<8.1.0",
"blis>=0.4.0,<0.8.0",
"pathy",
"numpy==1.15.0; python_version<='3.7'",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Our libraries
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
thinc>=8.0.0rc2,<8.1.0
thinc>=8.0.0rc3,<8.1.0
blis>=0.4.0,<0.8.0
ml_datasets==0.2.0a0
murmurhash>=0.28.0,<1.1.0
Expand All @@ -14,7 +14,7 @@ pathy
numpy>=1.15.0
requests>=2.13.0,<3.0.0
tqdm>=4.38.0,<5.0.0
pydantic>=1.5.0,<1.7.0
pydantic>=1.7.1,<1.8.0
jinja2
# Official Python utilities
setuptools
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ setup_requires =
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
murmurhash>=0.28.0,<1.1.0
thinc>=8.0.0rc2,<8.1.0
thinc>=8.0.0rc3,<8.1.0
install_requires =
# Our libraries
murmurhash>=0.28.0,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
thinc>=8.0.0rc2,<8.1.0
thinc>=8.0.0rc3,<8.1.0
blis>=0.4.0,<0.8.0
wasabi>=0.8.0,<1.1.0
srsly>=2.3.0,<3.0.0
Expand All @@ -51,7 +51,7 @@ install_requires =
tqdm>=4.38.0,<5.0.0
numpy>=1.15.0
requests>=2.13.0,<3.0.0
pydantic>=1.5.0,<1.7.0
pydantic>=1.7.1,<1.8.0
jinja2
# Official Python utilities
setuptools
Expand Down

0 comments on commit e99cd82

Please sign in to comment.