Merge branch 'develop' of https://github.com/explosion/spaCy into develop

This commit is contained in:
Matthew Honnibal 2020-08-24 14:42:10 +02:00
commit 6963260ff6
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1207" height="583" viewBox="0 0 1207 583">
<!-- Icons: Twemoji (https://twemoji.twitter.com/) -->
<g fill="none" fill-rule="evenodd">
<g fill-rule="nonzero">
<path fill="#E1E8ED" d="M108 67L78 37a6.7 6.7 0 00-9.4 9.4L55.8 59.2l30 30 12.8-12.8a6.7 6.7 0 009.5-9.4z"/>

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -59,7 +59,7 @@
"lint": "eslint **",
"clear": "rm -rf .cache",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"python:install": "pip install setup/requirements.txt",
"python:install": "pip install -r setup/requirements.txt",
"python:setup": "cd setup && sh setup.sh"
},
"devDependencies": {

1
website/runtime.txt Normal file
View File

@ -0,0 +1 @@
3.7