Extend to weasel v0.2 (#12902)

This commit is contained in:
Adriane Boyd 2023-08-11 10:59:51 +02:00 committed by GitHub
parent 6ef29c4115
commit 9622c11529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.10.0
pathy>=0.10.0
smart-open>=5.2.1,<7.0.0
weasel>=0.1.0,<0.2.0
weasel>=0.1.0,<0.3.0
# Third party dependencies
numpy>=1.15.0; python_version < "3.9"
numpy>=1.19.0; python_version >= "3.9"

View File

@ -56,7 +56,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>=0.1.0,<0.2.0
weasel>=0.1.0,<0.3.0
# Third-party dependencies
typer>=0.3.0,<0.10.0
pathy>=0.10.0