Skip to content

Commit 9d9188b

Browse files
authored
[SW-221989]: Loosen python requirements pt of INC (#193)
Signed-off-by: Feng Ding <[email protected]>
1 parent 8eb7af2 commit 9d9188b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

requirements_pt.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
numpy==1.26.4 ; python_version < '3.12'
2-
numpy<2.0 ; python_version >= '3.12'
3-
prettytable==3.9.0
4-
psutil==6.0.0
5-
py-cpuinfo==9.0.0
6-
pydantic>=1.10.13
1+
numpy<2.0
2+
prettytable
3+
psutil
4+
py-cpuinfo
5+
pydantic

0 commit comments

Comments
 (0)