update requirements.txt
This commit is contained in:
parent
84828ac02f
commit
cc7727640c
2 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
list_a = [0]
|
||||
|
||||
list_a += ['Hello'] * 5
|
||||
list_a += [4, 5] * 3
|
||||
|
||||
|
||||
|
||||
# 输出[0, 'Hello', 'Hello', 'Hello', 'Hello', 'Hello', 4, 5, 4, 5, 4, 5]
|
||||
print(list_a)
|
||||
|
|
|
|||
|
|
@ -11,4 +11,5 @@ pillow==11.3.0
|
|||
pyparsing==3.2.3
|
||||
python-dateutil==2.9.0.post0
|
||||
scipy==1.16.1
|
||||
simpleitk==2.5.2
|
||||
six==1.17.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue