mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
This commit is contained in:
commit
6963260ff6
|
@ -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 |
|
@ -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
1
website/runtime.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3.7
|
Loading…
Reference in New Issue
Block a user