update requirements.txt

This commit is contained in:
liligeng111 2025-08-06 02:58:03 +08:00
parent 84828ac02f
commit cc7727640c
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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