We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3a271 commit 0cc4ff7Copy full SHA for 0cc4ff7
pyproject.toml
@@ -0,0 +1,6 @@
1
+[build-system]
2
+requires = [
3
+ "setuptools>=42",
4
+ "wheel"
5
+]
6
+build-backend = "setuptools.build_meta"
requirements.txt
@@ -2,4 +2,4 @@ coloredlogs
parlai==1.1.0
pydantic>=1.5
pygaggle==0.0.3.1
-spacy>=2.2.4
+spacy>=2.2.4,<=2.3.5
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name="chatty-goose",
14
- version="0.1.0",
+ version="0.2.0",
15
author="Anserini Gaggle",
16
author_email="anserini.gaggle@gmail.com",
17
description="A conversational passage retrieval toolkit",
0 commit comments