Skip to content

Commit b4c271f

Browse files
authored
Revise numpy version requirement comment
Updated comment regarding numpy version requirements. Signed-off-by: Qiming Teng <tengqm@outlook.com>
1 parent f3d33fd commit b4c271f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies = [
6868
"packaging>=26.0",
6969
"PyYAML==6.0.1",
7070
"sqlalchemy==2.0.48",
71-
# Iluvatar requires numpy < 2, while upper layer requires numpy>2 ..
71+
# python 3.10 requires numpy < 2, while upper layer requires numpy>2 ..
7272
"numpy",
7373
]
7474

0 commit comments

Comments
 (0)