Skip to content

Commit 0cc4ff7

Browse files
authored
Restrict SpaCy version and update package setup (#17)
1 parent ef3a271 commit 0cc4ff7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]
6+
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ coloredlogs
22
parlai==1.1.0
33
pydantic>=1.5
44
pygaggle==0.0.3.1
5-
spacy>=2.2.4
5+
spacy>=2.2.4,<=2.3.5

setup.py

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

1212
setuptools.setup(
1313
name="chatty-goose",
14-
version="0.1.0",
14+
version="0.2.0",
1515
author="Anserini Gaggle",
1616
author_email="anserini.gaggle@gmail.com",
1717
description="A conversational passage retrieval toolkit",

0 commit comments

Comments
 (0)