File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
dependencies = [
3
3
" aiofiles==23.2.1" ,
4
- " fastapi==0.110.1 " ,
4
+ " fastapi==0.110.2 " ,
5
5
" fire==0.6.0" ,
6
6
" keras-ocr==0.9.3" ,
7
7
" litemedsam@https://api.github.com/repos/bowang-lab/MedSAM/tarball/9df02bf96f77f47d998b5ebc1c152d543b769ca3" ,
8
- " lxml==5.2.0 " ,
8
+ " lxml==5.2.1 " ,
9
9
" pydicom==2.4.4" ,
10
10
" pylibjpeg-libjpeg==2.1.0" ,
11
11
" pylibjpeg==2.0.0" ,
12
12
" python-multipart==0.0.9" ,
13
13
" segment-anything@https://api.github.com/repos/facebookresearch/segment-anything/tarball/6fdee8f2727f4506cfbbe553e23b895e27956588" ,
14
14
" tensorflow==2.16.1" ,
15
- " torch==2.2.2 " ,
16
- " torchvision==0.17.2 " ,
15
+ " torch==2.3.0 " ,
16
+ " torchvision==0.18.0 " ,
17
17
" uvicorn==0.29.0"
18
18
]
19
19
name = " meddisc"
20
20
version = " 0.0.0"
21
21
22
22
[project .optional-dependencies ]
23
23
dev = [
24
- " coverage==7.4.4 " ,
24
+ " coverage==7.5.0 " ,
25
25
" djlint==1.34.1" ,
26
- " mypy==1.9 .0" ,
27
- " ruff==0.3.5 " ,
28
- " ssort==0.12.4 " ,
26
+ " mypy==1.10 .0" ,
27
+ " ruff==0.4.2 " ,
28
+ " ssort==0.13.0 " ,
29
29
" toml-sort==0.23.1"
30
30
]
31
31
You can’t perform that action at this time.
0 commit comments