Skip to content

Commit 6821404

Browse files
committed
Align requirements better
1 parent 343f4f2 commit 6821404

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ catalogue>=2.0.6,<2.1.0
1212
typer>=0.3.0,<1.0.0
1313
weasel>=0.1.0,<0.5.0
1414
# Third party dependencies
15-
numpy>=2.0.0; python_version < "3.9"
16-
numpy>=2.0.0; python_version >= "3.9"
15+
numpy>=2.0.0,<3.0.0
1716
requests>=2.13.0,<3.0.0
1817
tqdm>=4.38.0,<5.0.0
1918
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0

0 commit comments

Comments
 (0)