Skip to content

Commit

Permalink
Click issue with version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoore1 committed Mar 29, 2022
1 parent 787496e commit e4b75a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- pip
- pip:
- nbgitpuller # This is a special Binder requirement
- "click<8.1.0"
- "spacy>=3.1.4"
- "srsly>=2.4.1,<3.0.0"
- "tqdm>=4.50.0,<5.0.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click<8.1.0
spacy>=3.1.4 ; python_version >= '3.10'
spacy>=3.0 ; python_version < '3.10'
srsly>=2.4.1,<3.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ include_package_data = True
zip_safe = false
python_requires = >=3.7
install_requires =
click<8.1.0
spacy>=3.1.4 ; python_version >= '3.10'
spacy>=3.0 ; python_version < '3.10'
srsly>=2.4.1,<3.0.0
Expand Down

0 comments on commit e4b75a5

Please sign in to comment.