Skip to content

Commit f3d33fd

Browse files
authored
Update upload-artifact action to version 7.0.0 (flagos-ai#5002)
Signed-off-by: Qiming Teng <tengqm@outlook.com>
1 parent 5e8767a commit f3d33fd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ classifiers = [
6565
]
6666

6767
dependencies = [
68-
"packaging==26.0",
68+
"packaging>=26.0",
6969
"PyYAML==6.0.1",
7070
"sqlalchemy==2.0.48",
71-
"numpy>2",
71+
# Iluvatar requires numpy < 2, while upper layer requires numpy>2 ..
72+
"numpy",
7273
]
7374

7475
[project.optional-dependencies]

0 commit comments

Comments
 (0)