build: update weasel to new version

This commit is contained in:
Basile Dura 2023-06-01 16:44:07 +02:00
parent 31750647ea
commit 71ff02885c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ install_requires =
wasabi>=0.9.1,<1.2.0
srsly>=2.4.3,<3.0.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
typer>=0.3.0,<0.8.0
pathy>=0.10.0

View File

@ -16,7 +16,7 @@ from thinc.util import gpu_is_available
from configparser import InterpolationError
import os
from weasel._util import app as project_cli
from weasel import app as project_cli
from ..compat import Literal
from ..schemas import ProjectConfigSchema, validate