Skip to content

Commit d4375d5

Browse files
committed
Switch to typer-slim
1 parent b3c46c3 commit d4375d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ murmurhash>=0.28.0,<1.1.0
99
wasabi>=0.9.1,<1.2.0
1010
srsly>=2.4.3,<3.0.0
1111
catalogue>=2.0.6,<2.1.0
12-
typer>=0.3.0,<1.0.0
12+
typer-slim>=0.3.0,<1.0.0
1313
weasel>=0.1.0,<0.5.0
1414
# Third party dependencies
1515
numpy>=2.0.0,<3.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install_requires =
5555
catalogue>=2.0.6,<2.1.0
5656
weasel>=0.1.0,<0.5.0
5757
# Third-party dependencies
58-
typer>=0.3.0,<1.0.0
58+
typer-slim>=0.3.0,<1.0.0
5959
tqdm>=4.38.0,<5.0.0
6060
numpy>=1.15.0; python_version < "3.9"
6161
numpy>=1.19.0; python_version >= "3.9"

0 commit comments

Comments
 (0)