mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20:20 +03:00
build: update weasel to new version
This commit is contained in:
parent
31750647ea
commit
71ff02885c
|
@ -51,7 +51,7 @@ install_requires =
|
||||||
wasabi>=0.9.1,<1.2.0
|
wasabi>=0.9.1,<1.2.0
|
||||||
srsly>=2.4.3,<3.0.0
|
srsly>=2.4.3,<3.0.0
|
||||||
catalogue>=2.0.6,<2.1.0
|
catalogue>=2.0.6,<2.1.0
|
||||||
weasel@git+https://github.com/explosion/weasel.git@9a3632862b47069d2f9033b773e814d4c4e09c83
|
weasel@git+https://github.com/explosion/weasel.git@aeda68ebf3e45c015c925f01b8ad082183b151ca
|
||||||
# Third-party dependencies
|
# Third-party dependencies
|
||||||
typer>=0.3.0,<0.8.0
|
typer>=0.3.0,<0.8.0
|
||||||
pathy>=0.10.0
|
pathy>=0.10.0
|
||||||
|
|
|
@ -16,7 +16,7 @@ from thinc.util import gpu_is_available
|
||||||
from configparser import InterpolationError
|
from configparser import InterpolationError
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from weasel._util import app as project_cli
|
from weasel import app as project_cli
|
||||||
|
|
||||||
from ..compat import Literal
|
from ..compat import Literal
|
||||||
from ..schemas import ProjectConfigSchema, validate
|
from ..schemas import ProjectConfigSchema, validate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user